-
Notifications
You must be signed in to change notification settings - Fork 0
/
acads.css
119 lines (116 loc) · 1.44 KB
/
acads.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-image: url(back3.jpg);
}
a:link
{
color: green;
font-weight: bold;
text-decoration: none;
}
a:hover
{
color:hotpink;
text-decoration: underline;
}
a:visited
{
color:green;
}
table
{
color:red;
background-color: rgba(255,0,255,0.2);
font-weight: bold;
text-align: center;
}
h1
{
color: black;
text-align: center;
text-decoration: underline red;
text-shadow: red;
}
h2
{
text-align: center;
text-decoration: line-through green;
}
.a
{
font-weight: bold;
color:black;
width:550px;
position: absolute;
top:250px;
left:400px;
letter-spacing: 1px;
word-spacing: 5px;
}
.b
{
position: absolute;
top:520px;
text-align: center;
left:500px;
}
.c
{
font-weight: bold;
color:black;
width:580px;
position: absolute;
top:570px;
left:400px;
letter-spacing: 1px;
word-spacing: 5px;
}
.d
{
position: absolute;
top: 850px;
text-align: center;
left:550px;
}
.e
{
font-weight: bold;
color:black;
width:580px;
position: absolute;
top:900px;
left:400px;
letter-spacing: 1px;
word-spacing: 5px;
}
img
{
max-height: 200px;
}
img:hover
{
-webkit-transform:scale(1.5);
-moz-transform:scale(1.5);
-ms-transform:scale(1.5);
-o-transform:scale(1.5);
transform:scale(1.5);
border-radius: 200px;
}
.f
{
position: absolute;
top: 270px;
left: 220px;
}
.g
{
position: absolute;
top: 570px;
left: 220px;
}
.h
{
position: absolute;
top: 890px;
left: 190px;
}