File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 }
4343
4444 /* WRITE YOUR CODE BELOW HERE */
45+ * {
46+ margin : 0 ;
47+ padding : 0 ;
48+ box-sizing : border-box;
49+ }
4550
4651 body {
4752 margin : 0 auto;
4853 font-size : 10px ;
49- background-color : azure;
50- min-width : 1000px ;
51- max-width : 1400px ;
54+ background-color : lab (90.24% 0 -0.01 );
5255 }
56+
5357 @font-face {
5458 font-family : 'BentonSans-Regular' ;
5559 font-style : normal;
6468 src : local ('BentonSans-Regular' ), url ('BentonSans-Regular.woff' ) format ('woff' );
6569 }
6670
71+ h2 {
72+ padding : 20px ;
73+ margin-left : 0 , auto;
74+ margin-right : 0 , auto;
75+ }
76+
77+ section p {
78+ margin-left : 20px ;
79+ }
80+
81+ section ol , ul {
82+ padding : 10px ;
83+ margin-left : 40px ;
84+ }
85+
86+ aside h2 {
87+ padding : 15px ;
88+ margin-left : 0 , auto;
89+ margin-right : 0 , auto;
90+ }
91+ aside ul {
92+ margin-top : 0 ;
93+ margin-left : 50px ;
94+ margin-right : 0 , auto;
95+ }
96+
97+ aside p {
98+ padding : 10px ;
99+ margin-left : 10px ;
100+ margin-right : 0 , auto;
101+ }
67102 header , footer {
68103 font-family : Georgia, 'Times New Roman' , Times, serif;
69104 background-color : # 0033a0 ;
70- color : azure ;
105+ color : lab ( 90.24 % 0 -0.01 ) ;
71106 border-top : 5px solid # b1b3b3 ;
72107 border-bottom : 5px solid # b1b3b3 ;
73108 text-align : center;
92127 padding : 10px ;
93128 width : 100% ;
94129 font-family : Georgia, 'Times New Roman' , Times, serif;
130+ font-weight : bolder;
95131 background-color : # 0033a0 ;
96- color : azure;
97132 border-bottom : 5px solid # b1b3b3 ;
98133 }
99134
110145
111146 nav li a {
112147 display : block;
113- color : azure ;
148+ color : lab ( 90.24 % 0 -0.01 ) ;
114149 text-align : center;
115150 padding : 14px 16px ;
116151 text-decoration : none;
You can’t perform that action at this time.
0 commit comments