-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathenglish.css
50 lines (50 loc) · 806 Bytes
/
english.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
body{
background-color: #222629;
}
div div{
background-color: #86C232;
border-radius: 5px;
height: 45%;
width: 45%;
font-size: 10vh;
text-align: center;
float: left;
margin: 2%;
font-family: 'Verdana';
}
div div:hover{
color: white;
}
h1, #question{
font-size: 10vh;
color: white;
font-family: 'Verdana';
text-align: center;
}
#lesson{
display: none;
}
input{
width: 90%;
margin: 5%;
outline: none;
border: 0;
background-color: #86C232;
font-size: 36px;
}
input::placeholder{
color: white;
}
button{
width: 50%;
margin-left: 24%;
margin-right: 24%;
outline: none;
border: 1px white solid;
color: white;
font-size: 36px;
background-color: #222629;
}
#keyword{
font-weight: 700;
}