Skip to content

Commit d56f166

Browse files
committed
Karmastore
1 parent 2b9eac6 commit d56f166

File tree

3 files changed

+30
-8
lines changed

3 files changed

+30
-8
lines changed

css/style.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,30 @@ form div {
177177
}
178178
.homepage_feature {
179179
float: left;
180+
margin-right: 70px;
180181
}
181182
.feature {
182183
margin-left: 10%;
183184
}
184185
.terms {
185186
color: #e0633a;
186-
}
187+
}
188+
.Karma_action {
189+
height: 280px;
190+
padding-top: 10%;
191+
background-color: #fcf0ec;
192+
width: 90%;
193+
}
194+
.submit_button {
195+
background-color: #e0633a;
196+
height: 40px;
197+
width: 140px;
198+
margin-left: 10%;
199+
border-radius: 3px;
200+
border: none;
201+
color: white;
202+
}
203+
.quotation_mark {
204+
color: #e0633a;
205+
font-size: 30px;
206+
}

index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ <h3>Pay as You Go</h3>
5151
</div>
5252
<div class="clear"></div>
5353
<div class="feature">
54-
<div >
55-
<img class="homepage_feature" src="/img/homepage-feature.png">
56-
<div>
57-
<p>"Wherever I am, I just don't worry about my connection anymore!"</p>
58-
<!-- <button>Get Karma today</button>-->
59-
</div>
54+
<div class="homepage_feature">
55+
<img src="/img/homepage-feature.png">
56+
</div>
57+
<div class="Karma_action">
58+
<form action="store.html" method="get">
59+
<p><span class="quotation_mark">"</span>Wherever I am, I just don't worry about my connection anymore!<span class="quotation_mark">"</span></p>
60+
<input class="submit_button" type="submit" value="Get Karma today"></input>
61+
</form>
6062
</div>
6163

6264
</div>

store.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ul>
2222
<li><a href="#">Meet Karma</a></li>
2323
<li><a href="#">How it Works</a></li>
24-
<li><a href="#">Store</a></li>
24+
<li><a href="index.html">Store</a></li>
2525
<li><a href="#">Blog</a></li>
2626
<li><a href="#">Help</a></li>
2727
</ul>

0 commit comments

Comments
 (0)