-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaria.css
More file actions
50 lines (48 loc) · 851 Bytes
/
maria.css
File metadata and controls
50 lines (48 loc) · 851 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
45
46
47
48
49
50
#container{
margin : 20px auto;
background-color: white;
height: 400px;
width : 700px;
border-radius: 5px;
position: relative;
}
#hello {
width: 700px;
position: absolute;
top:1px;
text-align: center;
padding : 15px;
font-size: 18px;
font-style: bold;
}
#statement {
width: 700px;
position: absolute;
top:25px;
text-align: center;
padding : 15px;
font-size: 20px;
font-style: italic;
}
#responses{
width:700px;
position: absolute;
top : 80px;
padding : 10px;
text-align: center;
}
.response{
display: inline-block;
width : 135px;
text-align: center;
cursor: pointer;
padding : 5px;
color: SlateBlue;
background-color: #E1DEF5
;
}
#choiceResponse {
text-align: center;
position: absolute;
top: 130px
}