-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (47 loc) · 753 Bytes
/
style.css
File metadata and controls
57 lines (47 loc) · 753 Bytes
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
body {
background: #49BEA3;
}
.jumbotron {
background: transparent;
border-radius: 0px;
}
.white {
background: white;
}
.card {
padding: 100px;
}
h1.fieldset-title {
font-size: 50px;
}
.fieldset {
background: #49BEA3;
padding: 20px;
border-radius: 6px;
}
.subtopic-card {
width: 180px;
height: 260px;
background: white;
border-radius: 3px;
float: left;
margin: 20px;
padding: 14px;
font-size: 25px;
}
form input.form-control {
background: #49bea3;
border: 2px solid white;
color: white;
/*font-size: 20px;*/
/*padding: 10px;*/
}
form input.form-control:focus {
border: 2px solid white;
}
form input.form-control::-webkit-input-placeholder {
color: #EEE;
}
.splash-card {
padding-top: 150px;
}