-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain-c.css
111 lines (93 loc) · 1.63 KB
/
main-c.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
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");
*{
box-sizing: border-box;
}
body,div{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
body {
color: #ffffff;
font-family: "Source Sans Pro", sans-serif;
font-weight: 300;
font-size: 1rem;
line-height: 1.65;
background: #1b1f22;
overflow:hidden;
}
h1 {
font-weight: 600;
font-size: 2.25rem;
letter-spacing: 0.3rem;
line-height: 1.5;
margin: 0 0 1rem 0;
text-transform:none;
text-align:center;
}
div{
margin:0 auto;
margin-top:5%;
}
#wrapper {
height: 400px;
width: 50%;
padding: 4rem 2rem;
z-index: 3;
text-transform: uppercase;
letter-spacing: 0.2rem;
text-align: center;
}
.content{
border-style: solid;
border-color: #ffffff;
border-top-width: 1px;
border-bottom-width: 1px;
max-width: 100%;
padding: 3rem 2rem;
max-height: 40rem;
line-height: 1;
font-weight: bold;
}
a{
color:whitesmoke;
}
a:link{
text-decoration: none;
color:#fff;
border: 2px solid slategray;
border-radius: 2px;
padding:4px;
}
a:hover{
color: #1b1f22;
background-color:white;
outline: none;
border: 2px solid white;
}
.logo,ul, li{
display: inline-block;
color:white;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
margin: 5px 0px;
}
ul,li{
text-transform: uppercase;
letter-spacing: 0.2em;
word-spacing: 0.2em;
}
nav{
background-color: #000;
font-size: 23px;
text-align:right;
padding:0px 10px;
}
.logo{
float: left;
}
.logo>a{
border:0px;
}