-
Notifications
You must be signed in to change notification settings - Fork 10
/
sarkany.css
58 lines (51 loc) · 918 Bytes
/
sarkany.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
body{
font-family: sans-serif;
background-image: url('viztukor.png');
}
#leiras{
background-image: url('fatyol.png');
width: 880px;
margin: auto;
margin-top: 50px;
margin-bottom: 50px;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
padding: 35px;
}
h1, h2{
color: indigo;
font-variant: small-caps;
text-shadow: 1px 1px white;
}
p{
text-indent: 35px;
text-align: justify;
letter-spacing: -0.1px;
line-height: 150%;
}
.kepkeret {
width: 375px;
float: right;
text-align: center;
font-size: 75%;
padding: 0px 5px 5px;
margin-left: 10px;
background-image: url('fatyol.png');
border-radius: 25px;
overflow: hidden;
box-shadow: 10px 10px 10px gray;
border: 2px solid darkblue;
font-style: italic;
}
.kepkeret img{
width: 385px;
position: relative;
left: -5px;
}
a{
text-decoration: none;
font-weight: bold;
}
li{
margin-bottom: 25px;
}