-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathimgfash.css
More file actions
44 lines (39 loc) · 718 Bytes
/
Copy pathimgfash.css
File metadata and controls
44 lines (39 loc) · 718 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
body{
background-color: #9acdd3;
}
#heading{
position: absolute;
font-family: 'Times New Roman', Times, serif;
left: 100px;
}
.instructions{
display:table-column;
position: absolute;
color: crimson;
top: 240px;
left: 430px;
width: 200px;
padding-left: 10px;
}
.instruction{
position: relative;
font-family: 'Times New Roman', Times, serif;
}
#cb{
background-color: #93abd3;
border-radius: 20%;
margin-top: 10px;
padding: 20px;
position: absolute;
top: 180;
left: 430;
}
#sb{
background-color: #93abd3;
border-radius: 20%;
margin-top: 10px;
padding: 20px;
position: absolute;
top: 100;
left: 430;
}