-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
82 lines (66 loc) · 993 Bytes
/
index.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
body {
margin: 0 8%;
}
h1 {
color: black;
}
h2 {
color: black;
}
.site-section {
border: 1px solid gray;
margin: 20px auto;
padding-left: 10px;;
}
.color-section {
display:inline-block;
position: relative;
background-color: yellow;
}
.color-swatch {
height: 150px;
width: 30%;
min-width:325px;
margin: 20px auto;
display:inline-block;
text-align: center;
color: white;
}
h3 .color-swatch-text {
margin-top: 10px;
}
#E4B81B {
background-color: #E4B81B;
}
#color-two {
background-color: #1BE4B8;
}
#B81BE4 {
background-color: #B81BE4;
}
#F7F5F2 {
background-color: #F7F5F2;
color: black;
}
#FFFFFF {
background-color: #FFFFFF;
color: black;
border: 1px solid black;
}
.Roboto {
font-family: 'Roboto', sans-serif;
;
}
.Roboto-Slab {
font-family: 'Roboto Slab', serif;
;
}
.lw1 {
font-weight: 100;
}
.lw2 {
font-weight: 400;
}
.lw3 {
font-weight: 600;
}