-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsyukron.css
More file actions
119 lines (103 loc) · 2.41 KB
/
syukron.css
File metadata and controls
119 lines (103 loc) · 2.41 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
body{
backgroud:#ffffff;
}
p {
font-family: "Comic sans MS", cursive, sans-serif;
}
.header {
min-height:50px;
border-radius:3px;
background:#A6D1E0;
}
.container {
overflow:hidden;
width:80%;
margin: auto;
display: :block;
}
.header #logo {
float:left;
margin-top:auto;
margin-bottom: :auto;
margin-left:30px;
font-family: 'Fredoka One', cursive;
}
.header h1 {
margin: 10px 0 20px 0;
}
.header #aa {
font-family: 'Permanent Marker', cursive;
font-size: 40px;
}
.header nav{
float:right;
margin-top: 30px;
margin-right: 10px;
font-family: 'Baloo Bhaina', cursive;
font-size: 15px;
}
.header nav a:hover {
color: black;
}
header li{
padding:0 5px 0 5px;
}
a {
text-decoration: none;
margin: 0 10px 0 10px;
}
.slider-holder
{
max-width: 1600px;
height: 300px;
margin-top: 0px;
overflow: hidden;
background:url(image-1.jpg);
}
.slider-holder #slide {
margin: auto;
text-align: center;
font-family: sans-serif;
font-size: 17px;
color: white;
width: 50%;
}
.slider-holder a {
color: #ffffff;
}
.row {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
width:80%;
}
.row .column {
font-size: 15px;
text-align: center;
width:25%;
min-width:120px;
margin-top:auto;
float:left;
}
.row .column img {
vertical-align: middle;
}
.footer{
clear:both;
margin:auto;
background:#A6D1E0;
}
.footer #copy{
float:left;
margin:auto;
}
.footer #logo {
float:right;
margin-top:auto;
margin: auto;
font-family: 'Fredoka One', cursive;
}
#slide a:hover{
color: black;
}