-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathweb.css
More file actions
71 lines (61 loc) · 1.71 KB
/
web.css
File metadata and controls
71 lines (61 loc) · 1.71 KB
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
body {
background-color: #13A3DF;
font-family: Arial, Helvetica, sans-serif;
}
.content {
width: 600px;
margin: 50px auto;
text-align: left;
background-color: #C7E64E;
}
.header-image {
background: #2AE url('http://gidnes.cz/o/alik/portal/strom.png') center center;
background-size: cover;
width: 100%;
height: 260px;
}
.header-image img {
width: 100px;
position: relative;
left: 450px;
top: 107px;
}
header {
padding: 20px;
}
header .zanr {
text-transform: uppercase;
font-weight: bold;
font-size: 23px;
text-align: center;
width: 150px;
margin: 0 auto;
border-bottom: 3px solid green;
padding: 5px;
}
header h1 {
color: #005fab;
text-align: center;
padding: 13px 0;
}
.autor,
.zdroj {
font-weight: bold;
}
.pohadka-obsah {
background: #DFFDA4 url('http://gidnes.cz//o/alik/domecek/content-bg.gif') repeat-y;
padding: 10px 0;
}
section {
padding: 10px 20px;
}
footer p {
font-weight: bold;
text-align: center;
font-size: 23px;
width: 150px;
margin: 0 auto;
border-bottom: 3px solid green;
padding: 5px;
margin-bottom: 20px;
}