Skip to content

Commit

Permalink
Validate style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy-Solodovnik committed May 4, 2021
1 parent 2c4b800 commit 326584d
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions assets/stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
input[type="range"]{
background: transparent;
}
.myFlex{
display: flex;
justify-content: space-between;
flex-direction: row;
}
#ava{
border-radius: 100%;
}
ul>li::before {
content: "📌" ;
}
input[type="range"] {
background: transparent;
}

.myFlex {
display: flex;
justify-content: space-between;
flex-direction: row;
}

#ava {
border-radius: 100%;
}

ul > li::before {
content: "📌";
}

0 comments on commit 326584d

Please sign in to comment.