File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ body {
2+ font-family : Arial, sans-serif;
3+ background-color : # f2f2f2 ;
4+ margin : 0 ;
5+ }
6+
7+ header {
8+ background-color : # 333 ;
9+ color : white;
10+ text-align : center;
11+ padding : 20px ;
12+ }
13+
14+ header h1 {
15+ margin : 0 ;
16+ }
17+
18+ main {
19+ max-width : 600px ;
20+ margin : 30px auto;
21+ padding : 0 20px ;
22+ }
23+
24+ fieldset {
25+ background-color : white;
26+ border : 1px solid # ccc ;
27+ border-radius : 8px ;
28+ padding : 20px ;
29+ margin-bottom : 20px ;
30+ }
31+
32+ legend {
33+ font-weight : bold;
34+ padding : 0 20px ;
35+ }
36+
37+ fieldset p {
38+ margin-bottom : 15px ;
39+ }
40+
41+ input [type = "text" ],
42+ input [type = "email" ] {
43+ display : block;
44+ width : 100% ;
45+ box-sizing : border-box;
46+ padding : 10px ;
47+ margin-top : 6px ;
48+ border : 1px solid # bbb ;
49+ border-radius : 5px ;
50+ }
51+
52+
53+ select {
54+ padding : 10px ;
55+ border : 1px solid # bbb ;
56+ border-radius : 5px ;
57+ margin-left : 10px ;
58+ }
59+ footer {
60+ font-weight : bold;
61+ }
You can’t perform that action at this time.
0 commit comments