-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
119 lines (100 loc) · 1.51 KB
/
style.css
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
body {
background-color: lavenderblush;
}
img{
width:400px
}
.banner{
width: 800px;
height: 300px;
}
.Favicon{
position: absolute;
top: 550px;
width: 100px;
}
#div3{
width: 200px;
height: 100px;
border: 15px double yellow;
}
.div{
width: 1000px;
height: 900px;
border: 12px dotted seagreen;
position: relative;
}
h2{
font-family: cursive;
color: teal;
font-size: 30px;
}
p{
color: #b83c70;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 20px;
}
h6{
color: black;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 20px;
}
h5{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
color: #f51720;
font-size: 25px;
}
h1{
color: #f51720;
font-family: cursive;
}
h3,h4{
font-family: cursive;
color: goldenrod;
font-size: 35px;
}
#p1{
font-family: serif;
color: olivedrab;
}
table{
font-family: serif;
color: black;
background-color: lightgreen;
font-size: 18px;
}
#div2{
width: 1500px;
height: 300px;
border: 3px dashed;
}
#div4{
width: 1400px;
height: 150px;
border: 3px dashed;
}
#thead{
font-size: 18px;
color: turquoise;
}
.h5{
color: mediumvioletred;
font-family: sans-serif;
font-size: 25px;
}
video{
width: 500px;
border: 3px, double, dodgerblue;
}
#img2{
width:150px;
}
#pdf{
width="100%"
height="1000%"
}
video{
width: 800px;
height: 400px;
border: 3px, double, dodgerblue;
}