forked from w3develops/w3Develops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathw3develops.css
More file actions
69 lines (65 loc) · 1.21 KB
/
Copy pathw3develops.css
File metadata and controls
69 lines (65 loc) · 1.21 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
.hidden {
display: none;
}
section#services #btnHide{
margin:auto;
display:block;
}
.black-background {
background-color:black !important;
}
iframe#googleForm {
height:800em;
width:100%;
}
nav#mainNav .dropdown-item.dropdown-list-item:hover,
nav#mainNav .dropdown-item.dropdown-list-item:focus,
nav#mainNav .dropdown-item.dropdown-list-item:active {
background-color: #fed136;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.footer{
background-color: #DDDDDD;
background-attachment: fixed;
position: relative;
}
.heart{
color: #FF3B30;
}
.footer .overlayer{
background-color: rgba(27, 27, 27, 0.7);
position: relative;
}
.footer .credits {
padding: 20px 0 15px;
text-align: center;
color: #EEE;
}
.footer .credits a{
color: #FFFFFF;
}
.fa-heart:before {
content: "\f004";
}
.label1:after{
display: block;
white-space: pre;
content:'Learn code \A (study groups)';
}
.label1:hover:after{
display: block;
content:'APPLY to a \A learning group';
}
.label2:after{
display: block;
white-space: pre;
content:'build projects \A (remote teams)';
}
.label2:hover:after{
display: block;
content:'APPLY to a \A Cohort';
}