File tree Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Expand file tree Collapse file tree 3 files changed +21
-10
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ <h2>Survey Form</h2>
27
27
< option value ="other "> Other</ option >
28
28
</ select >
29
29
30
- < label > Choose your catagory ?</ label >
31
- < div id ="catagory ">
32
- < label > < input type ="radio " name ="catagory "> Web Development</ label >
33
- < label > < input type ="radio " name ="catagory "> App Development</ label >
34
- < label > < input type ="radio " name ="catagory "> Artificial Intelligence</ label >
30
+ < label > Choose your category ?</ label >
31
+ < div id ="category ">
32
+ < label > < input type ="radio " name ="category "> Web Development</ label >
33
+ < label > < input type ="radio " name ="category "> App Development</ label >
34
+ < label > < input type ="radio " name ="category "> Artificial Intelligence</ label >
35
35
</ div >
36
36
37
37
< label > Check known Languages and Framworks</ label >
Original file line number Diff line number Diff line change 16
16
margin-bottom : 20px ;
17
17
text-decoration : underline;
18
18
}
19
+
19
20
.mainBody {
20
21
width : 70vw ;
21
22
background-color : white;
@@ -29,7 +30,9 @@ label {
29
30
margin-bottom : 10px ;
30
31
}
31
32
32
- .mainBody input , select , textarea {
33
+ .mainBody input ,
34
+ select ,
35
+ textarea {
33
36
width : 95% ;
34
37
margin-bottom : 20px ;
35
38
border : 1px solid black;
@@ -39,17 +42,18 @@ label {
39
42
font-family : inherit;
40
43
}
41
44
42
- # catagory {
45
+ # category {
43
46
margin : 15px 0px 30px 0px ;
44
47
}
45
48
46
- # catagory input [type = "radio" ], input [type = "checkbox" ]{
49
+ # category input [type = "radio" ],
50
+ input [type = "checkbox" ] {
47
51
display : inline-block;
48
52
width : auto;
49
53
margin-right : 8px ;
50
54
}
51
55
52
- # catagory label {
56
+ # category label {
53
57
font-size : 14px ;
54
58
margin : 0px ;
55
59
height : 22px ;
@@ -58,7 +62,8 @@ label {
58
62
# languages {
59
63
margin-bottom : 30px ;
60
64
}
61
- # languages label {
65
+
66
+ # languages label {
62
67
margin : 0px ;
63
68
height : 30px ;
64
69
}
@@ -76,4 +81,10 @@ label {
76
81
border-radius : 8px ;
77
82
border : none;
78
83
padding : 10px ;
84
+ }
85
+
86
+ @media screen and (max-width : 768px ) {
87
+ .mainBody {
88
+ width : 95vw ;
89
+ }
79
90
}
You can’t perform that action at this time.
0 commit comments