-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
70 lines (64 loc) · 1.19 KB
/
Style.css
File metadata and controls
70 lines (64 loc) · 1.19 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
69
70
*{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
.heading{
font-size: 28px;
font-weight: bold;
color: white;
text-indent: 0.5em;
margin: 0px;
}
.container{
background-color: #234DBB;
color: white;
font-family: Arial, Helvetica, sans-serif;
/* margin: 0px; */
padding: 20px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.text{
margin-top: 1px;
text-indent: 1em;
}
.navbar{
display: flex;
font-weight: bold;
Padding: 10px 10px 20px 10px ;
margin-bottom: 0px;
background-color: #152966;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
.link{
color: white;
margin-right: 2em;
margin-left: 0em;
text-indent: 1.5em;
}
body{
padding: 5px;
background-color: grey;
}
.main{
padding: 50px 20px 20px 20px;
background-color: white;
border-top-color: #E5EBFA;
}
.temp{
margin-bottom: 30px;
}
.temp h1{
font-size: 22px;
padding-left: 10px;
margin-bottom: 20px;
border-radius: 10px;
box-shadow: inset 0px 7px 8px 2px rgba(98, 113, 180, 0.4);
padding-top: 7px;
}
.temp p{
font-size: 12px;
padding-left: 9px;
}