-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
80 lines (77 loc) · 1.4 KB
/
styles.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
body{
color: white;
background-color: skyblue;
font-family: Verdana;
text-align: center;
padding: 20px;
font-size: 30px;
}
.logo {
color: rgb(238, 255, 5);
font-family: Monotype Corsiva;
text-transform: lowercase;
text-decoration: underline gray;
}
.logo span{
font-family: mistral;
color: tomato;
}
h3{
background-color: black;
color: white;
font-family: cursive;
width: 20%;
position: relative;
left: 42%;
letter-spacing: 4px;
}
input{
width: 200px;
height: 50px;
position: relative;
border: none;
background: none;
border: 2px solid rgb(0, 0, 0);
font-size: 30px;
font-family: monospace;
}
.p{
width: 200px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
text-align: center;
position: relative;
left: 42%;
color: white;
font-size: 30px;
text-transform: capitalize;
}
.desc{
font-size: 30px !important;
font-family: Verdana, Geneva, Tahoma, sans-serif;
/* margin: 10%; */
margin: 5%;
}
.right{
border-bottom: 2px solid yellow;
background-color: rgb(11, 165, 11);
}
.wrong{
background-color: rgb(197, 31, 31);
}
u{
color:rgb(86, 37, 223);
}
.jumb{
color: yellow;
font-family: Monotype Corsiva;
}
.word{
font-family: mistral;
color: tomato;
}
button{
border: none;
background-color: yellowgreen;
width: 20%;
height: 10%;
}