-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (62 loc) · 1.17 KB
/
style.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
body {
background-color: #9f9e9e;
}
#siteHeader {
background-image: url("nft-blockchain.jpg");
height: 18em;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.siteTitle {
font-size: 3em;
font-weight: 700;
color: #ffffff;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 35px 35px 0px 35px;
}
main {
background-color: #9dd3ff;
margin-top: 10px;
padding: 20px;
text-align: center;
}
.card{
background-color: #c2e3ff;
margin-top: 5px;
padding-top: 10px;
border-color: brown;
border-width: 5px;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.card-title {
font-size: 1.5em;
font-weight: 700;
text-align: center;
}
.card-text {
font-size: 1.2em;
font-weight: 500;
text-align: left;
}
#siteFooter {
background-color: #9f9e9e;
margin: 20px;
padding: 10px;
border-style: groove;
border-width: 10px;
text-align: center;
font-size: 1.2em;
font-weight: 500;
color: #ffffff;
}
#gridLabel {
margin-right: 2rem;
padding-right: 6rem;
}
h4{
margin: 10px;
padding-bottom: 20px;
}