-
Notifications
You must be signed in to change notification settings - Fork 67
/
styles.css
71 lines (61 loc) · 1.02 KB
/
styles.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
body, html {
width: 100%;
height: 100%;
background: #f6f6f6;
margin: 10px;
text-align: center;
}
.homepage-image {
width: 100px;
height: 100px;
}
.home-page {
text-align: center;
position: relative;
top: 25%;
}
hr {
width: 25%;
height: .75px;
border: 0;
background: #333;
background-image: linear-gradient(to right, #f6f6f6, black, #f6f6f6);
}
h1 {
font-size: 26px;
font-weight: 700;
line-height: 50px;
height: 50px;
letter-spacing: -.03em;
font-family: 'Calligraffitti', cursive;
}
.slogan {
font-size: 20px;
font-weight: 200;
margin-bottom: 26px;
font-family: 'Crimson Text', serif;
color: #666;
}
.table {
display: table;
margin: 0 auto;
}
li {
list-style: none;
float: left;
margin-left: 10px;
margin-right: 10px;
}
li {
display: inline;
}
.content {
text-align: center;
color: #bbb;
}
li a {
display: block;
text-decoration: none;
color: black;
font-family: 'Open Sans', sans-serif;
}