Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AshkanPoyber committed Jun 29, 2024
1 parent 425978b commit 9c0f871
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions Videos WebPage/videos.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,24 +147,8 @@ span {
margin: 50px auto;
}

.categories {
display: flex;
flex-direction: column;
align-items: center;
}

.category {
margin-bottom: 20px;
padding: 1rem 2.8rem;
background: var(--main-color);
border-radius: 4rem;
box-shadow: 0 0 1rem var(--main-color);
font-size: 1.6rem;
color: var(--second-bg-color);
letter-spacing: 0.1rem;
font-weight: 600;
transition: 0.5s ease;
/* margin-bottom: 20px;
display: inline-block;
padding: 1rem 2.8rem;
background: var(--main-color);
Expand All @@ -174,7 +158,7 @@ span {
color: var(--second-bg-color);
letter-spacing: 0.1rem;
font-weight: 600;
transition: 0.5s ease; */
transition: 0.5s ease;
}

.category:hover {
Expand Down

0 comments on commit 9c0f871

Please # to comment.