-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
77 lines (64 loc) · 1.31 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
77
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
body {
margin-top: 85px;
background-color: rgb(223, 236, 163);
}
.heading {
text-align: center;
color: rgb(0, 0, 0);
}
h1 {
padding: 2%;
font-size: 60px;
color: rgb(30, 58, 110);
font-family: Ubuntu;
font-family: lucida;
text-decoration: underline overline 2px blueviolet;
font-weight: 500;
text-underline-position: below;
text-shadow: 2px 3px rgba(0, 0, 0, 0.2);
}
h2 {
font-size: 30px;
font-family: Ubuntu;
font-weight: 500;
color: black;
text-decoration: underline blueviolet 3px;
text-underline-position: below;
text-shadow: 2px 2px rgba(0, 0, 0, 0.192);
}
#belowh {
width: 820px;
height: 367px;
margin-bottom: 40px;
position: relative;
}
#belowhvaa {
width: 600px;
height: 367px;
margin-bottom: 40px;
}
#para {
font-size: 20px;
text-align: justify;
font-family: sans-serif;
}
a {
text-decoration: none;
}
span {
font-weight: bold;
color: rgb(85, 26, 139);
}
.col-sm-3 {
font-size: 20px;
position: relative;
}
.col-sm-9 {
font-size: 20px;
font-style: italic;
}
.row {
margin: 10px;
margin-top: 0px;
}