Skip to content

Commit c710ef2

Browse files
Update style.css
1 parent 2c0714e commit c710ef2

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

Typing Speed Test Website/style.css

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
1-
*{
2-
margin: 0;
3-
padding: 0;
4-
box-sizing: border-box;
1+
* {
2+
margin: 0;
3+
padding: 0;
4+
box-sizing: border-box;
55
}
66

7-
.mainDiv{
8-
width: 100%;
9-
height: 100vh;
10-
position: relative;
7+
.mainDiv {
8+
width: 100%;
9+
height: 100vh;
10+
position: relative;
1111
}
1212

13-
.centerDiv{
14-
position: absolute;
15-
top: 50%;
16-
left: 50%;
17-
transform: translate(-50%, -50%);
18-
text-align: center;
19-
13+
.centerDiv {
14+
position: absolute;
15+
top: 50%;
16+
left: 50%;
17+
transform: translate(-50%, -50%);
18+
text-align: center;
2019
}
2120

22-
h1{
23-
text-transform: capitalize;
24-
text-align: center;
25-
font-size: 25px;
26-
margin-bottom: 30px;
27-
text-shadow: 1px 2px 3px #2980b9;
28-
font-size: 2.1rem;
21+
h1 {
22+
text-transform: capitalize;
23+
text-align: center;
24+
font-size: 25px;
25+
margin-bottom: 30px;
26+
text-shadow: 1px 2px 3px #2980b9;
27+
font-size: 2.1rem;
2928
}
3029

31-
h2{
32-
text-align: center;
33-
margin-bottom: 25px;
34-
user-select: none;
30+
h2 {
31+
text-align: center;
32+
margin-bottom: 25px;
33+
user-select: none;
3534
}
3635

37-
textarea{
38-
height: 300px;
39-
background: rgb(190, 229, 247);
40-
box-shadow: 0 0 1px rgba(0,0,0,0.2) ;
41-
border-radius: 10px;
42-
border: 5px solid #34495e;
43-
padding: 10px;
44-
font-size: 1.3rem;
45-
margin-bottom: 18px;
46-
outline: none;
36+
textarea {
37+
height: 300px;
38+
background: rgb(190, 229, 247);
39+
box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
40+
border-radius: 10px;
41+
border: 5px solid #34495e;
42+
padding: 10px;
43+
font-size: 1.3rem;
44+
margin-bottom: 18px;
45+
outline: none;
4746
}
4847

49-
.mainBtn{
50-
border-radius: 20px;
51-
padding: 10px 20px;
52-
font-size: 1rem;
53-
background: #ecf0f1;
54-
border: 5px solid #2980b9;
55-
cursor: pointer;
48+
.mainBtn {
49+
border-radius: 20px;
50+
padding: 10px 20px;
51+
font-size: 1rem;
52+
background: #ecf0f1;
53+
border: 5px solid #2980b9;
54+
cursor: pointer;
5655
}
5756

57+

0 commit comments

Comments
 (0)