-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
102 lines (92 loc) · 1.96 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
body{
background-color: rgba(164, 166, 167, 0.247);
color:white;
font-family: "Arial";
background-image: url(tlo.png);
background-size:100% auto ;
}
p.onas{
text-align: justify;
font-size: x-large;
margin-right:10%;
margin-left: 10%;
}
p.kontakt{
float:left;
font-size: large;
margin-left:-130px;
margin-top: 130px;
margin-bottom: 20px;
}
.naglowek{
height:150px;
width:100%;
margin-bottom: 1cm;
background-color:rgba(248, 149, 0, 0.658);
box-shadow: 0 0 10px rgb(248, 149, 0);
border-radius: 0px 50px ;
}
.main{
position: static;
right:10px;
left: 19%;
width:70%;
height: auto;
margin-left:25%;
border-radius: 0px 50px ;
background-color:rgba(248, 149, 0, 0.397);
box-shadow: 0 0 10px rgba(248, 149, 0, 0.452);
}
.lewy{
width:20%;
height:auto;
border-radius: 0px 50px;
background-color:rgba(248, 149, 0, 0.658);
box-shadow: 0 0 10px rgb(248, 149, 0);
float: left;
line-height: 1cm;
position: -webkit-sticky;
position: sticky;
top: 10px;
}
.przycisk{
width: 250px;
color: white;
font-size:1cm;
height:100px;
margin-left: 15px;
border: solid 0px rgb(255, 255, 255) ;
text-decoration: none;
transition: border-width 0.3s;
}
.przycisk:hover { border-width: 8px;}
.galeria{
width: 80%;
transition: width 1s;
margin-left: 10%;
margin-right: 10%;
margin-bottom: 5%;
position: relative;
top:-200px;
}
.mainopinia{
position: static;
right:10px;
left: 19%;
width:70%;
height: 400px;
margin-left:25%;
border-radius: 0px 50px ;
background-color:rgba(248, 149, 0, 0.658);
box-shadow: 0 0 10px rgba(248, 149, 0, 0.452);
}
.opinia
{margin-top: 10%;
height:auto;
width: 15%;
margin-left: 10%;
text-align: center;
float: left;
background-color:rgba(248, 149, 0, 0.658);
border-radius: 50px 50px ;
}