Skip to content

Commit 63acb14

Browse files
committed
level 2
1 parent e7e5834 commit 63acb14

File tree

3 files changed

+66
-2
lines changed

3 files changed

+66
-2
lines changed

css/style.css

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

index.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff 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

level-2/store.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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>

0 commit comments

Comments
 (0)