Skip to content

Commit

Permalink
sort styling 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyatang committed Dec 7, 2023
1 parent 74c02d2 commit 3183bc7
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions art_gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permalink: /ArtGallery/
<h1>Art Gallery</h1>
</header>
<div class="select">
<form>
<form class="sort_typesbg">
<label class="sort_types" for="sorts">Sort Types</label>
<select name="sorts" id="sorts">
<option value="blank"></option>
Expand Down Expand Up @@ -198,6 +198,7 @@ permalink: /ArtGallery/
border: none;
border-radius: 5px;
cursor: pointer;
margin-top: 10px;
}
.likes_count {
margin-left: 5px;
Expand All @@ -207,9 +208,26 @@ permalink: /ArtGallery/
border-radius: 5px;
font-size: 20px;
}
.sort_time, .sort_types{
.sort_types{
color: #2f5154;
background-color: #F6F6F2;
font-family: Optima, sans-serif;
margin-bottom: 10px;
}
.sort_time{
color: #2f5154;
background-color: #F6F6F2;
font-family: Optima, sans-serif;
margin-left: 20px;
}
.select {
justify-content: center;
align-items: left;
margin-bottom: 20px;
margin-left: 20px;
background-color: #F6F6F2;
}
.sort_typesbg {
background-color: #F6F6F2;
}
</style>

0 comments on commit 3183bc7

Please sign in to comment.