-
Notifications
You must be signed in to change notification settings - Fork 0
/
frontEnd.css
66 lines (61 loc) · 973 Bytes
/
frontEnd.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
body {
margin: 50px;
}
header {
background-color: white;
padding: 30px;
text-align: center;
font-size: 35px;
color: white;
}
#button {
background-color: #24a930;
color: white;
padding: 10px 20px;
text-align: center;
font-size: 16px;
text-decoration: none;
display: inline-block;
}
h1 {
text-align:center;
background-color:#25aa4b;
color:GhostWhite;
padding: 15px 25px;
}
h2 {
border: 1px solid #25aa4b;
padding: 15px 25px;
text-align:center;
}
p {
font-size: 18px;
}
img {
/*float: left;*/
}
#subhead {
text-align: center;
font-size: 18px;
font-weight: bold;
}
#developers {
text-align: center;
font-size: 12px;
font-weight: bold;
}
.card{
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
overflow: scroll;
max-height:560px;
min-height:560px;
}
.container{
padding:0.01em 16px
}
.footer{
padding-top: 10px;
padding-bottom: 10px;
padding-right: 20px;
padding-left: 20px;
}