Skip to content

Commit

Permalink
language section added.
Browse files Browse the repository at this point in the history
  • Loading branch information
riyaahlawat committed Jun 12, 2024
1 parent e7201d8 commit 94bb2ce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<span class="material-symbols-outlined">highlight_mouse_cursor</span>
Click here to focus.</div>
</div> -->
<div class = "language"><div style="padding: 10px;"><i class="fa fa-globe"></i></div><p>English</p></div>
<div class="wrapper">
<input type="text" class="input-field">
<div class="content-box">
Expand Down
7 changes: 4 additions & 3 deletions styles-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
align-items: center;
padding: 30px 70px;
background-color: var(--bgColor);
flex-wrap: wrap;
/* flex-wrap: wrap; */
text-align: center;
margin: 0px;
}

.logo-and-title {
Expand All @@ -23,8 +24,8 @@
}

.site-title {
font-size: 35px;
font-weight: bold;
font-size: 30px;
font-weight: 600;
color: var(--black);
}

Expand Down
11 changes: 11 additions & 0 deletions styles-type.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,18 @@ li:not(:first-child) span{
}
}

.language {
display: flex;
align-items: center;
justify-content: center;
font-size: 17px;
margin: 0px;
margin-bottom: 1rem;
}

.language:hover {
color: var(--black);
}


main{
Expand Down

0 comments on commit 94bb2ce

Please sign in to comment.