Skip to content

Commit 79228c5

Browse files
authored
Merge pull request #47 from hiitarun1/feature/neoneo
Fixed the Alignment in the form
2 parents 95ceaec + c6ad885 commit 79228c5

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

images/instagram.png

3.41 KB
Loading

images/twitter.png

668 Bytes
Loading

neocode.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,17 @@
9090
}
9191
.forgot-password {
9292
display: block;
93-
text-align: right;
93+
text-align: center;
94+
margin-top: 2rem;
9495
margin-bottom: 1rem;
9596
font-size: 0.9rem;
9697
color: black;
9798
text-decoration: none;
9899
}
99-
.signup-page{ display: block;
100+
.signup-page{
101+
display: block;
100102
text-align: center;
101-
margin-bottom: 1rem;
103+
margin: 1rem 0;
102104
font-size: 0.9rem;
103105
color: black;
104106
text-decoration: none;
@@ -142,7 +144,10 @@
142144
padding: 8px;
143145
border-radius: 6px;
144146
border: 1px solid #ccc;
145-
text-align: center;
147+
display: flex;
148+
align-items: center;
149+
justify-content: center;
150+
gap: 10px;
146151
cursor: pointer;
147152
font-size: 0.85rem;
148153
}
@@ -683,8 +688,8 @@ <h2>NeoRide</h2>
683688
</div>
684689

685690
<div class="social-buttons">
686-
<div class="social-btn">🔵 Instagram</div>
687-
<div class="social-btn"> Twitter</div>
691+
<div class="social-btn"><img src="images/instagram.png" height="18px"> Instagram</div>
692+
<div class="social-btn"><img src="images/twitter.png" height="18px"> Twitter</div>
688693
</div>
689694
</form>
690695
</div>

0 commit comments

Comments
 (0)