-
Notifications
You must be signed in to change notification settings - Fork 0
/
quizfour.css
92 lines (79 loc) · 1.31 KB
/
quizfour.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
.c{
height:360px;
width:250px;
background-color:#1A5276;
position:absolute;
right:50px;
top:200px;
color:white;
padding: 10px;
border: 5px solid black;
margin: 0;
font-size:20px;
}
body{
background-image:url("assets/polygon-art-sunset-hd-1080P-wallpaper.jpg");
background-repeat:no-repeat;
background-size:cover;
}
#demo:active {
background-color: #F39C12;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
#demo {
display: inline-block;
padding: 10px 10px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #922B21 ;
border: none;
border-radius: 0px;
box-shadow: 0 9px #999;
position:absolute;
right:90px;
top:100px;
}
#demo:hover {background-color: #F39C12}
#analysis{
font-size:20px;
color:white;
}
.butb{
color:red;
background-color:#fefecd;
position:absolute;
top:440px;
left:630px;
height:80px;
width:150px;
font-size:30px;
}
.buta{
color:green;
background-color:#fefecd;
position:absolute;
top:440px;
left:450px;
height:80px;
width:150px;
font-size:30px;
}
.a{
position:absolute;
top:200px;
left:400px;
}
.ab{
position:absolute;
top:200px;
left:650px;
}
.h{
position:absolute;
left:450px;
}