-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmagic8ball.css
62 lines (53 loc) · 1 KB
/
magic8ball.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
.Magic8Ball {
align-items: center;
display: flex;
margin: 0 auto;
padding: 30px;
justify-content: center;
}
#user_input {
align-items: center;
width: 400px;
float: right;
margin-right: 220px;
height: 30px;
}
.submitButtonResponse {
justify-content: center;
align-items: center;
display: flex;
}
#response {
font-size: 20px;
}
#footer {
text-align: center
}
p {
size: 15px;
text-align: center;
}
#button {
background-color: white;
color: teal;
padding: 10px;
border-radius: 45%;
font-size: 25px;
float: left;
margin-left: 380px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
body {
background-color: grey;
}
h1 {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 100px;
text-align: center;
}
h3 {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 35px;
text-align: center;
color: darkblue;
}