-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.css
executable file
·52 lines (47 loc) · 1.04 KB
/
layout.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
h1{
font-family: 'Cuprum', sans-serif;
font-Size:60px;
text-align: center;
}
h2{
font-family: 'Cuprum', sans-serif;
font-Size:30px;
text-align: center;
}
img{
display:block;
margin:auto;
width:30%;
padding:20px;
}
p{
font-family: 'Cuprum', sans-serif;
font-Size:20px;
text-align: center;
}
a.button {
font-family: 'Cuprum', sans-serif;
color: #ffffff;
font-size: 15px;
background: #00db00;
padding: 10px 20px 10px 20px;
text-decoration: none;
text-align: center;
display:block;
margin:auto;
width:100px;
}
a.button:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
results{
font-family: 'Cuprum', sans-serif;
font-Size:20px;
text-align: center;
}