-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.css
More file actions
68 lines (67 loc) · 1.13 KB
/
page.css
File metadata and controls
68 lines (67 loc) · 1.13 KB
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
table{
border: 2px solid;
text-align: center;
width: 50rem;
margin: 2rem auto;
}
div{
margin:2rem 2rem;
}
body{
background-color: #D8E3E7;
padding: 2rem 2rem;
text-align: center;
}
tr{
border: 2px solid;
}
td{
border: 2px solid;
font-family: 'Arvo', serif;
}
th{
border: 2px solid;
}
#main-heading{
font-family: 'Bungee Shade', cursive;
text-align: center;
color: black;
font-size: 5rem;
margin-bottom:4rem ;
}
h3{
color: #151D3B;
font-family: 'BioRhyme', serif;
}
h2,h6{
font-family: 'Righteous', cursive;
}
h6{
font-size: 1.25rem;
}
p{
font-size: 1rem;
font-family: 'Arvo', serif;
}
.form-control{
font-family: 'Arvo', serif;
}
.int{
width: 5rem;
}
.btn{
font-family: 'BioRhyme', serif;
}
hr{
width:5%;
border-style: none;
border-top-style: dotted;
border-width: 8px;
margin: 50px auto 50px auto;
background-color: #D8E3E7;
color:#0F044C;
}
.text{
/* For editing the style of text present in the page */
font-family: 'BioRhyme', serif;
}