-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster.css
63 lines (52 loc) · 982 Bytes
/
master.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
a {
color: #950740;
text-decoration: none;
}
a:hover {
color: #E7717D;
text-decoration: none;
}
body {
background-color: #1A1A1D;
color: white;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
text-align: center;
}
footer {
margin-top: 2rem;
margin-bottom: 2rem;
}
h1 {
margin-bottom: 0.5rem;
margin-top: 3rem;
}
h2 {
color: #C3073F;
margin-top: 3.5rem;
margin-bottom: 2.5rem;
text-transform: uppercase;
}
h3 {
color: rebeccapurple;
margin-bottom: 0;
margin-top: 2rem;
}
h4 {
margin-bottom: 1rem;
margin-top: 0.5rem;
}
h5 {
margin-top: 0.5rem;
}
hr {
margin-bottom: 3rem;
margin-top: 3rem;
}
ul {
display: table;
margin: 0 auto;
text-align: left;
}
#fname, #emailid, #msg {
background-color: #E7717D;
}