File tree Expand file tree Collapse file tree 1 file changed +43
-43
lines changed
Typing Speed Test Website Expand file tree Collapse file tree 1 file changed +43
-43
lines changed Original file line number Diff line number Diff line change 1
- * {
2
- margin : 0 ;
3
- padding : 0 ;
4
- box-sizing : border-box;
1
+ * {
2
+ margin : 0 ;
3
+ padding : 0 ;
4
+ box-sizing : border-box;
5
5
}
6
6
7
- .mainDiv {
8
- width : 100% ;
9
- height : 100vh ;
10
- position : relative;
7
+ .mainDiv {
8
+ width : 100% ;
9
+ height : 100vh ;
10
+ position : relative;
11
11
}
12
12
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;
20
19
}
21
20
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 ;
29
28
}
30
29
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;
35
34
}
36
35
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;
47
46
}
48
47
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;
56
55
}
57
56
57
+
You can’t perform that action at this time.
0 commit comments