-
Notifications
You must be signed in to change notification settings - Fork 3
/
styleMCQ.css
89 lines (73 loc) · 1.13 KB
/
styleMCQ.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
html {
header
}
header, section
/* unvisited link */
a:link {
color: blue;
}
/* visited link */
a:visited {
color:blue;
}
/* mouse over link */
a:hover {
color: #FF00FF;
background-color: #ffd9d9;
}
/* selected link */
a:active {
color: #0000FF;
}
a {text-decoration: none;
color: #000000}
header
{
font-family:Bookman Old Style;
font-size:30px;
font-weight: bold;
width: 960px;
color: purple;
background-color: white;
padding: 20px;
margin-left: 50px;
}
section.s2
{
font-family:Calibri;
font-size:16px;
font-weight:10;
width: 960px;
color: black;
background-color: white;
margin-left: 40px;
}
section.s3
{
font-family:Bookman Old Style;
font-size:20px;
font-weight:bold;
width: 960px;
color: purple;
background-color: white;
margin-left: 40px;
}
section.s5
{
font-family:Calibri;
font-size:20px;
font-weight:bold;
width: 960px;
color: black;
background-color: white;
margin-left: 10px;
}
img.a1
{
float:left;
margin-left:10px;
margin-right:30px;
margin-top:2px;
height: 150px;
width;150px"
}