-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy path14371kismat.css
More file actions
68 lines (51 loc) · 893 Bytes
/
14371kismat.css
File metadata and controls
68 lines (51 loc) · 893 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.heading{
background-color: rgb(76, 213, 135);
}
div {
background-color: #8da895;
}
body {
color: #0e368c;
margin: 0;
text-align: center;
font-family: 'Merriweather', serif;
}
h1 {
color: #8c4373;
line-height: 3;
font-family: 'Sacramento', cursive;
font-size: 5.625rem;
margin-top: 50px auto 0 auto;
}
h2 {
color: #6d5ac4;
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
font-weight: normal;
padding-bottom: 10px;
}
h3 {
color: #5422c0;
font-family: 'Montserrat', sans-serif;
}
p {
line-height: 2;
}
hr {
border: dotted #1e9a58 6px;
border-bottom: none;
width: 14%;
margin: 100px auto;
}
a {
color: #11999E;
font-family: 'Montserrat', sans-serif;
margin: 10px 20px;
text-decoration: none;
<br>
}
.class {}
.class2 {}
.CLASS3 {}
.class4 {}
.cl2