Skip to content

Commit 4dc4525

Browse files
committed
adding input bar on first section
1 parent ebf4b63 commit 4dc4525

File tree

3 files changed

+50
-15
lines changed

3 files changed

+50
-15
lines changed

.idea/workspace.xml

Lines changed: 30 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starter-code/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,16 @@
3030
<div>
3131
<section id="FirstSection">
3232
<div>
33-
33+
<div class="imgLogo">
34+
<img src="images/npm-logo.png"width="70" alt="">
35+
</div>
36+
<div class="inLine">
37+
<div>
38+
<input class="inputStyle" type="text">
39+
</div>
40+
<a href="">sing up</a>
41+
<a href="">log in</a>
42+
</div>
3443
</div>
3544
<div class="card">
3645
<h1>Build Amazing Things</h1>

starter-code/styles.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,14 @@ nav a {
7979
padding: 20px;
8080
width: 33%;
8181
text-align: center;
82+
}
83+
84+
.inputStyle{
85+
background-color: rgb(31, 82, 111);
86+
border: 1px solid rgb(69,111,134);
87+
}
88+
89+
.imgLogo {
90+
margin: 10px;
91+
display: inline-block;
8292
}

0 commit comments

Comments
 (0)