-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_lecture6.css
More file actions
55 lines (53 loc) · 1.28 KB
/
style_lecture6.css
File metadata and controls
55 lines (53 loc) · 1.28 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
.body{
background-color: bisque;
margin: 0;
}
#Header{
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-top: 2px solid burlywood;
border-bottom: 2px solid burlywood;
padding: auto;
}
#links{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 20px;
border: 2px solid burlywood;
padding: auto;
margin-left: 30px;
margin-right: 30px;
border-radius: 10px;
text-align: center;
background-color: azure;
}
#h1, #h2, #h3, h4{
padding-right: 20px;
}
.ab{
border: 2px solid burlywood ;
margin-left: 30px;
margin-right: 30px;
padding-left: 30px;
padding-right: 30px;
border-radius: 10px;
background-color: beige;
}
.h2{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-style:initial;
background-color: beige;
}
.p{
font-family: cursive;
}
.mar{
background-color:cornsilk;
border: 2px solid burlywood ;
font-family: cursive;
font-size: 20px;
border-radius: 10px;
}