-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_mypro.css
More file actions
46 lines (43 loc) · 912 Bytes
/
style_mypro.css
File metadata and controls
46 lines (43 loc) · 912 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
.body{
background-color:bisque;
margin: 0;
}
#top{
background-color:blanchedalmond ;
font-size: 30px;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin: auto;
border: 2px solid blanchedalmond ;
border-bottom: 2px solid burlywood;
}
#sec{
font-family: Arial, Helvetica, sans-serif;
margin-left: 20px;
}
#sec{
border-bottom: 2px solid burlywood;
margin: auto;
padding: auto;
text-align: center;
}
.border{
border: 2px solid beige;
padding: auto;
background-color: beige;
margin-left: 30px;
margin-right: 30px;
border-radius: 10px;
}
.Points{
font-family: sans-serif;
}
.more{
font-family: cursive;
padding-left: 30px;
}
#bod{
border-bottom: 5px solid burlywood;
margin: auto;
padding: auto;
}