forked from ChirayuGupta2003/bcsEvent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcharu22612.css
More file actions
52 lines (42 loc) · 766 Bytes
/
charu22612.css
File metadata and controls
52 lines (42 loc) · 766 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
div {
background-color: #E4F9F5;
}
body {
color: #40514E;
margin: 0;
text-align: center;
font-family: 'Merriweather', serif;
}
h1 {
color: #66BFBF;
line-height: 2;
font-family: 'Sacramento', cursive;
font-size: 5.625rem;
margin-top: 50px auto 0 auto;
}
h2 {
color: #66BFBF;
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
font-weight: normal;
padding-bottom: 10px;
}
h3 {
color: #11999E;
font-family: 'Montserrat', sans-serif;
}
p {
line-height: 2;
}
hr {
border: dotted #FFA500 6px;
border-bottom: none;
width: 14%;
margin: 100px auto;
}
a {
color: #11999E;
font-family: 'Montserrat', sans-serif;
margin: 10px 20px;
text-decoration: none;
}