forked from itscodenation/CodeNationInterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
123 lines (98 loc) · 1.56 KB
/
main.css
File metadata and controls
123 lines (98 loc) · 1.56 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body {
font-family: "Roboto Slab","Helvetica","Arial","sans-serif"
}
.navbar {
background-color: #FFF;
border-color: #FFF;
}
.nav-link {
color:grey;
}
.navbar-brand {
color: #EF5330;
}
.navbar-collapse {
color:grey;
}
a {
color:black;
}
a:hover {
color:lightgray;
text-decoration: none;
}
.jumbotron {
padding-top: 150px;
height: 500px;
background-image: url(https://www.scripted.org/wp-content/uploads/2014/08/se_141-1650x723.jpg)
}
.jumbotron h1{
color: #FFFFFF;
}
.jumbotron {
color: #FFFFFF;
margin: 0;
}
.btn-primary {
background-color:#EF5330;
border-color: #EF5330;
}
.btn-primary:hover {
background-color:lightgray;
border-color: lightgray;
}
#interns{
padding: 50px;
}
.section-heading {
color: #15C2D2;
font-family: "proxima-nova","Helvetica","Arial", "sans-serif";
}
.intern {
margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}
.intern img {
height: 175px;
width: 175px;
}
.profile {
margin-top:50px;
padding:50px;
}
.profile-img {
height: 300px;
width: 300px;
}
.profile-icon {
color: grey;
font-size: 2em;
text-decoration: none;
}
.profile-icon:hover {
color: LightGray;
text-decoration: none;
}
.info {
padding:50px;
}
.footer {
background-color: #EF5330;
border-color: #EF5330;
padding-top: 20px;
padding-bottom: 20px;
color: #FFF;
}
.footer-icon {
color: #FFF;
font-size: 2em;
text-decoration: none;
}
.footer-text {
color: #FFF;
}
.footer-logo {
height: 1em;
margin-bottom: 5px;
}