-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyleSheet.css
More file actions
100 lines (83 loc) · 1.5 KB
/
Copy pathstyleSheet.css
File metadata and controls
100 lines (83 loc) · 1.5 KB
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
h1 {
}
/*---------------------------------
Header and Nav for all pages
---------------------------------*/
.Header-Wrapper {
border-bottom: solid 1px black;
width: 100%;
top: 0px;
position:fixed;
background:rgba(255,255,255,0.95);
height: 120px;
z-index:999;
}
#Title-Logo-Wrapper {
width: 100%;
height: 100px;
margin-bottom:35px;
margin-top:-50px;
}
.logo-wrapper {
max-width: 100px;
float: left;
margin-top: 55px;
}
#logo {
width: 100px;
height: 100px;
}
#title {
text-align: center;
padding-top: 2.0%;
font-size: 20px;
padding-right: 7%;
font-family: "Open Sans", sans-serif;
font-size: 1.3em;
}
#Nav-bar {
text-align: center;
font-family: "Open Sans", sans-serif;
letter-spacing: 1.5px;
}
#Nav-bar li {
display: inline;
padding: 0 2%;
font-size: 20px;
}
#Nav-bar a {
color: black;
text-decoration: none; /*can put a strike through for text*/
padding: 5px;
}
#Nav-bar a:hover {
transition:color 200ms ease;
color: #ff6666;
}
#content {
width: 70%;
#margin-right: 40px;
#margin-left: 40px;
margin: 0 auto;
margin-top: 160px;
font-size: 20px;
line-height: 30px;
font-family: "Roboto", sans-serif;
}
#content li {
margin-left:30px;
}
#gist {
font-size: 14px;
line-height: 18px;
}
/*-------------------------------------
Home page styling (index.html)
-------------------------------------*/
#welcome-message {
font-size: 50px;
text-align: center;
padding-top: 50px;
font-family: "Raleway", sans-serif;
letter-spacing: 1.5px;
}