Skip to content

Commit 196f5aa

Browse files
committed
fix the buttons
1 parent 2160303 commit 196f5aa

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

css/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ body{
8585
.learn-more-btn {
8686
background-color:rgb(255, 94, 0);
8787
border-radius: 4px;
88-
border: rgba(211, 181, 152, 0.822) ;
88+
border: rgba(192, 102, 19, 0.822) ;
8989
padding-top: 10px;
9090
padding-bottom: 10px;
9191
padding-left: 20px;
@@ -177,6 +177,10 @@ color: rgba(0, 0, 0, 0.541);
177177

178178
}
179179

180+
.btn-color{
181+
background-color:rgb(255, 94, 0);
182+
}
183+
180184

181185
.store-container {
182186
display: flex;
@@ -235,7 +239,7 @@ color: rgba(0, 0, 0, 0.541);
235239

236240
.submit-button {
237241
background-color: #f4623a;
238-
color: white;
242+
color: white;
239243
border: none;
240244
cursor: pointer;
241245
padding: 15px;

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<img src="img/karma-logo.svg" class="logo">
2222
<nav>
2323
<ul class="navbar">
24-
<li><a href="#karma"> <b>Meet Karma</b></a> </li>
24+
<li><a href="index.html"> <b>Meet Karma</b></a> </li>
2525
<li> <a href="#how-it-work">How it work</a> </li>
2626

27-
<a href="store.html">
28-
<li><a href="#store" >Store</a></li>
29-
</a>
27+
28+
<li><a href="store.html" >Store</a></li>
29+
3030
<li> <a href="#blog">Blog</a></li>
3131
<li><a href="#help">Help </a></li>
3232
<li> <aLogin</li>

store.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1>Order your Karma wifi device today!</h1>
7676
</div>
7777

7878

79-
<button type="submit">Place my order</button class="submit-button">
79+
<button type="submit">Place my order</button class="submit-button" class="btn-color">
8080
</form>
8181
</div>
8282

0 commit comments

Comments
 (0)