-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
executable file
·80 lines (69 loc) · 1.15 KB
/
main.css
File metadata and controls
executable file
·80 lines (69 loc) · 1.15 KB
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
/* #body {
color: red
} */
#bg {
background-color: grey;
text-align: center;
width: 100%;
/* max-width: 540px;
min-width: 200px; */
}
#usrGuess {
text-align: center;
font-size: 32px;
/* margin: auto; */
border-radius: 50%;
width: 90px;
height: 90px;
color: rgb(45, 142, 222)
}
body {
background-color: grey;
}
h1 {
margin: 80;
color: azure
}
h3 {
margin: 30px;
color: azure
}
#guess1 {
display: inline;
font-size: 20px;
border: 2px solid white;
border-radius: 50%;
padding: 5px 15px;
}
#guess2 {
display: inline;
font-size: 20px;
border: 2px solid white;
border-radius: 50%;
padding: 5px 15px;
}
#guess3 {
display: inline;
font-size: 20px;
border: 2px solid white;
border-radius: 50%;
padding: 5px 15px;
}
#guess4 {
display: inline;
font-size: 20px;
border: 2px solid white;
border-radius: 50%;
padding: 5px 15px;
}
#guess5 {
display: inline;
font-size: 20px;
border: 2px solid white;
border-radius: 50%;
padding: 5px 15px;
}
#guesses {
margin-bottom: 35px;
margin-top: 35px;
}