-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
78 lines (67 loc) · 1.2 KB
/
index.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
body {
margin: 0;
}
.welcome {
background-color: #DBE9EE;
padding: 40px;
left: 0;
top: 80px;
text-align: center;
line-height: 40px;
color: #eeeeee;
}
h1 {
color: #466995;
font-family: 'Oswald', sans-serif;
font-size: 32px;
font-weight: 300;
text-transform: uppercase;
}
p {
color: #333;
font-size: 18px;
font-family: 'Varela Round', sans-serif;
}
h4 {
text-align: center;
color: #466995;
font-family: 'Oswald', sans-serif;
font-size: 25px;
font-weight: 300;
text-transform: uppercase
}
.about {
color: #333;
font-family: 'Varela Round', sans-serif;
font-size: 18px;
font-weight: 100;
text-align: center;
text-decoration: none;
}
.about:hover {
text-decoration: underline;
}
.button {
background-color: #0c060c;
color: #f8f3e5;
border-radius: 100%;
height: 180px;
width: 180px;
line-height: 15px;
vertical-align: middle;
box-sizing: border-box;
padding: 45px;
}
.first {
border-radius: 100%;
background-color: #0c060c;
padding: 10px;
}
.second {
border-radius: 100%;
background-color: #f8f3e5;
padding: 3px;
}
.main {
display: inline-block;
}