Skip to content

Commit

Permalink
add some styles to hr
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-developer01 committed Nov 27, 2023
1 parent 240cc50 commit be5164c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,17 @@ figcaption {

.avatars {
list-style-type: none;
}
}

hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
/* transition: all 0.3s ease-in-out; */
/* opacity: 0.6; */
}

/* uncomment this and two lines above if you wanna have an animation but I think it's not needed */
/* hr:hover {
opacity: 1;
} */

0 comments on commit be5164c

Please sign in to comment.