-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
52 lines (45 loc) · 947 Bytes
/
Style.css
File metadata and controls
52 lines (45 loc) · 947 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
.group01{
background-color: rgba(0, 63, 82, 0.767);
color: white;
text-align: center;
}
.div1{
background-color:lightblue;
text-align: center;
}
#h1{ padding: 30px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
#h2{font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif}
#h01{
padding: 30px;
}
#h02{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
padding-top:80px;
}
img {
border-radius: 5%;
}
#box01{
margin: 20px;
background-color:#f1954a;
width: 200px;
height: 200px;
border: 1px solid rgb(211, 209, 209);
}
table{
margin: auto;
}
.group02{
border: 50px solid rgba(0, 63, 82, 0.767);
margin: auto;
}
.div2{
background-color: rgba(0, 63, 82, 0.767);
text-align: left;
color: white;
}
.div3{
text-align: right;
background-color: rgba(0, 63, 82, 0.767);
}