Skip to content

Commit

Permalink
Designed better
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhiscoding committed Jan 27, 2024
1 parent 312c31f commit b40bf3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,10 @@ <h1>Compare Your Artist</h1>
<div class="compare_contain">
<div class="input_box cmprinpt">
<input class="artist1" type="text" placeholder="Search By Artist Name">
<!-- <span>Or</span> -->
<input class="artist2" type="text" placeholder="Search By Artist URL">
<button class="compare_btn">Compare</button>
</div>
<div class="output" id="cmprout">

</div>
</div>
</section>
Expand Down
9 changes: 9 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ a:hover{
font-family: 'Poppins', sans-serif;
margin-top: 1%;
padding: 2% 5%;
margin-bottom: 20%;
}
.search h1{
font-size: 3em;
Expand Down Expand Up @@ -395,6 +396,14 @@ input[type="text"] {
font-family: 'Poppins', sans-serif;
margin-top: 1%;
padding: 2% 5%;
margin-bottom: 20%;
}
.compare h1{
font-size: 3em;
font-weight: bold;
margin-bottom: 1%;
margin-left: 1%;
margin-top: 0.5%;
}
.compare_contain{
display: flex;
Expand Down

0 comments on commit b40bf3e

Please sign in to comment.