Skip to content

Commit 2160303

Browse files
committed
connect two pages
1 parent d4cfd37 commit 2160303

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

css/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,17 @@ body{
8282

8383
}
8484

85-
button {
85+
.learn-more-btn {
8686
background-color:rgb(255, 94, 0);
8787
border-radius: 4px;
88-
border: rgb(255, 128, 0) ;
88+
border: rgba(211, 181, 152, 0.822) ;
8989
padding-top: 10px;
9090
padding-bottom: 10px;
9191
padding-left: 20px;
9292
padding-right: 20px;
9393
margin-top: 30px;
94-
95-
}
94+
width:200px;
95+
}
9696

9797

9898

@@ -173,7 +173,7 @@ color: rgba(0, 0, 0, 0.541);
173173
border-radius: 4px;
174174
border: rgb(255, 128, 0) ;
175175
color: white;
176-
176+
width:200px;
177177

178178
}
179179

@@ -233,7 +233,7 @@ color: rgba(0, 0, 0, 0.541);
233233
width: 48%;
234234
}
235235

236-
button {
236+
.submit-button {
237237
background-color: #f4623a;
238238
color: white;
239239
border: none;

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<ul class="navbar">
2424
<li><a href="#karma"> <b>Meet Karma</b></a> </li>
2525
<li> <a href="#how-it-work">How it work</a> </li>
26+
27+
<a href="store.html">
2628
<li><a href="#store" >Store</a></li>
29+
</a>
2730
<li> <a href="#blog">Blog</a></li>
2831
<li><a href="#help">Help </a></li>
2932
<li> <aLogin</li>
@@ -39,7 +42,7 @@
3942
<section class="section-one">
4043
<h1> introducing karma</h1>
4144
<p>Bring wifi with you,everywhere you go</p>
42-
<button> Learn More</button>
45+
<button class="learn-more-btn"> Learn More</button>
4346
</section>
4447

4548
<br><br>

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>
79+
<button type="submit">Place my order</button class="submit-button">
8080
</form>
8181
</div>
8282

0 commit comments

Comments
 (0)