-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
57 lines (53 loc) · 1.28 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
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: 2cm;
}
.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: relative;
left: 19%;
width:70%;
height: 70%;
margin-left:8%;
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;}