-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (51 loc) · 1017 Bytes
/
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
strong { font-weight: bolder;
color: black }
hr { height: 5px;
color: Green;
background-color: Green;
border: none;
p { font-family:'Times New Roman', Times, serif;
font-size: 12pt;
color:black}
em { font-family: arial,helvetica, sans-serif;
font-weight: bolder;
color: black
}
h3 { color: Red;
}
.swe {color:#000052;
font-size:40px;
width:500px;
}
h1 {
color: blue;
}
a:link {
color: #306;
}
a:visited {
color: #606;
}
a:hover {
color: #900;
}
a:active {
color: #900;
}
.heading {
text-shadow: 3px 10px 12px #000;
}
.surveyform {
border:5px;
border-color:#333300;
}
.star {
color:#E00000 ;
}
table.curvedEdges {
border:3px solid Green;
-webkit-border-radius:7px;
-moz-border-radius:7px;
-ms-border-radius:7px;
-o-border-radius:7px;
border-radius:7px; }