File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 < title > My form exercise</ title >
77 < meta name ="description " content ="" />
88 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
9- < style >
10- h1 {
11- color : rgb (127 , 24 , 175 );
12- font-family : serif;
13- font-size : 60px ;
14- text-align : left;
15- font-style : oblique;
16- }
17- label {
18- font-size : 22px ;
19- color : rgb (29 , 45 , 133 );
20- }
21- h2 {
22- font-size : 25px ;
23- color : rgb (127 , 24 , 175 );;
24- }
25- # wall {
26- background-color : rgb (160 , 243 , 243 );
27- padding : 6px 6px ;
28- border : 6px solid black;
29- max-width : 70% ;
30- margin : 3px auto;
31- }
32- footer {
33- font-family : Arial, Helvetica, sans-serif;
34- font-size : 20px ;
35- text-align : center;
36- }
37- </ style >
9+ < link rel ="stylesheet " href ="styles.css ">
3810 </ head >
3911 < body >
4012 < div id ="wall ">
Original file line number Diff line number Diff line change 1+ h1 {
2+ color : rgb (127 , 24 , 175 );
3+ font-family : serif;
4+ font-size : 60px ;
5+ text-align : left;
6+ font-style : oblique;
7+ }
8+ label {
9+ font-size : 22px ;
10+ color : rgb (29 , 45 , 133 );
11+ }
12+ h2 {
13+ font-size : 25px ;
14+ color : rgb (127 , 24 , 175 );;
15+ }
16+ # wall {
17+ background-color : rgb (160 , 243 , 243 );
18+ padding : 6px 6px ;
19+ border : 6px solid black;
20+ max-width : 70% ;
21+ margin : 3px auto;
22+ }
23+ footer {
24+ font-family : Arial, Helvetica, sans-serif;
25+ font-size : 20px ;
26+ text-align : center;
27+ }
You can’t perform that action at this time.
0 commit comments