File tree Expand file tree Collapse file tree 1 file changed +25
-23
lines changed Expand file tree Collapse file tree 1 file changed +25
-23
lines changed Original file line number Diff line number Diff line change 1
- body {
1
+ body {
2
2
background-color : pink;
3
- }
4
-
5
- .container {
3
+ }
4
+
5
+ .container {
6
6
width : 400px ;
7
7
height : 450px ;
8
8
background-color : # ff4a7a ;
@@ -13,30 +13,32 @@ body{
13
13
color : white;
14
14
padding : 20px 0 0 100px ;
15
15
border-radius : 50px ;
16
- }
17
-
18
- h3 {
16
+ }
17
+
18
+ h3 {
19
19
font-size : 35px ;
20
- }
21
-
22
- input {
20
+ }
21
+
22
+ input {
23
23
width : 80% ;
24
24
padding : 8px ;
25
25
border : none;
26
26
margin-top : 10px ;
27
- }
28
-
29
- input : focus {
27
+ }
28
+
29
+ input : focus {
30
30
outline : none;
31
- }
32
-
33
- h2 {
31
+ }
32
+
33
+ h2 {
34
34
margin-top : 30px ;
35
- }
35
+ }
36
+
37
+ @media screen and (max-width : 360px ) {
38
+ .container {
39
+ border-radius : 0 ;
40
+ top : 37% ;
41
+ }
42
+ }
36
43
37
- @media screen and (max-width : 360px ){
38
- .container {
39
- border-radius : 0 ;
40
- top : 37% ;
41
- }
42
- }
44
+
You can’t perform that action at this time.
0 commit comments