forked from stoicfeats/airbornesd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
120 lines (98 loc) · 1.64 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
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
119
120
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: #FF0000;
font-family: 'Open Sans', sans-serif;
}
.navbar{
display: flex;
align-items: center;
padding: 12px;
}
nav{
flex: 1;
text-align: right;
}
nav ul{
display: inline-block;
list-style: none;
}
nav ul li{
display: inline-block;
margin-right: 30px;
}
a{
text-decoration: none;
color: rgb(3, 22, 37);
}
.handle{
background-color:transparent;
text-decoration: none;
padding: 10px 15px;
border-radius: 30px;
margin: 5px 10px;
font-size: 1.20em;
font-weight: bold;
}
.handle a:hover{
background-color: rgba(255, 255, 255, 0.959);
border-radius: 20px;
}
.handle a i{
margin: 5px;
}