-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpractice.css
152 lines (123 loc) · 1.89 KB
/
practice.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
/*styling.css*/
/*Style body by adding background image and set it to cover, add font-family*/
body{
font-family: Arvo, serif;
background-attachment: fixed;
background-size: cover;
padding-top: 70px;
}
/*Style brand*/
.logo{
height: 45px;
}
/*Style navigation bar*/
.nav li{
color: #fff;
font-size: 17px;
margin-right: 35px;
padding: 10px 0;
}
.nav li:hover{
border-bottom: 1px solid #00FFB8;
padding-bottom: 9px;
cursor: pointer;
}
/*Style jumbotron*/
/*Style footer*/
.footer{
background-color:black;
color: white;
font-size: 15px;
padding: 10px 0;
}
#1 {
background-color: gray;
}
#2 {
background-color: blue;
color: white;
}
#3 {
background-color: red;
color: white;
}
#4 {
background-color: aqua;
}
#5 {
background-color: goldenrod;
height: 190px;
}
#6 {
background-color: black;
color: white;
}
#7 {
background-color: hotpink;
}
#8 {
background-color: white;
}
#9 {
background-color: aqua;
}
.jumbotron{
background-color: gray;
padding-top: 2px;
margin-top: 10px;
margin-bottom: 10px;
background-size:100% 100%;
height: 120px;
}
.active {
border-bottom: 1px solid #00FFB8;
padding-bottom: 9px;
cursor: pointer;
}
@media (max-width: 768px){
.logo{
padding-bottom: 15px;
height: 45px;
}
.jumbotron{
height: 200px;
}
.btn{
margin-bottom: 10px;
}
}
.btn-default {
background-color:transparent;
}
#cs2 {
visibility: hidden;
}
#cs22 {
visibility: hidden;
}
#cs23 {
visibility: hidden;
}
#cs24 {
visibility: hidden;
}
#cs25 {
visibility: hidden;
}
#cs26 {
visibility: hidden;
}
#cs27 {
visibility: hidden;
}
#cs28 {
visibility: hidden;
}
#cs29 {
visibility: hidden;
}
#cs12 {
margin-top: 0px
}
#dp1 { //padding-top: 0px;
}