File tree Expand file tree Collapse file tree 3 files changed +66
-2
lines changed Expand file tree Collapse file tree 3 files changed +66
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,40 @@ button {
144144
145145 }
146146
147-
147+ .quote-container {
148+ background-color : bisque;
149+ display : flex;
150+ color : rgba (0 , 0 , 0 , 0.541 );
151+
152+
153+ }
154+
155+ .quote-position {
156+ display : flex;
157+ flex-direction : column;
158+ align-content : center;
159+ justify-content : center;
160+ line-height : 2em ;
161+ padding : 5em ;
162+
163+ }
164+
165+
166+
167+
168+
169+
170+ .button-quote {
171+
172+ background-color : rgb (255 , 94 , 0 );
173+ border-radius : 4px ;
174+ border : rgb (255 , 128 , 0 ) ;
175+ color : white;
176+
177+
178+ }
179+
180+
148181
149182@media (max-width : 568px ){
150183
@@ -178,4 +211,8 @@ button {
178211 align-content : center;
179212 align-items : center;
180213}
214+ .quote-container {
215+ display : flex;
216+ flex-direction : column;
217+ }
181218}
Original file line number Diff line number Diff line change @@ -70,7 +70,23 @@ <h4> Everyone needs a little Karma</h4>
7070
7171< br >
7272
73- < hr >
73+
74+
75+ < section class ="quote-container ">
76+
77+ < img src ="level-2/homepage-feature.png ">
78+ < div class ="quote-position ">
79+ < h2 > "Wherever I am, I just don't worry about my connection anymore!"</ h2 >
80+ < button class ="button-quote "> Get Karma today</ button >
81+ </ div >
82+
83+
84+
85+ </ section >
86+
87+
88+
89+
7490
7591< br >
7692
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Document</ title >
7+ </ head >
8+ < body >
9+
10+ </ body >
11+ </ html >
You can’t perform that action at this time.
0 commit comments