-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyleSheet.css
More file actions
50 lines (49 loc) · 1016 Bytes
/
StyleSheet.css
File metadata and controls
50 lines (49 loc) · 1016 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
body {
}
.t
{
background-color:Fuchsia;
border-color:Yellow;
height:25px;
width:150px;
color:White;
font-family:Verdana;
font-weight:bold;
font-size:medium;
}
#t
{
background-color:Aqua;
border-color:Yellow;
height:25px;
width:150px;
color:White;
font-family:Verdana;
font-weight:bold;
font-size:medium;
}
.d
{
background-color:Purple;
border-color:Green;
height:25px;
width:150px;
color:White;
font-family:Verdana;
font-weight:bold;
font-size:medium;
}
td#a
{
border-color:Orange;
border-style:double;
height:30px;
width:160px;
}
td.a
{
border-color:Lime;
border-style:double;
height:30px;
width:160px;
}