Skip to content

Commit 63ba6ca

Browse files
authored
Update css.css
1 parent 76a66ea commit 63ba6ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ img.box{
1313
box-shadow: 0 0 10px #ebe8e8;
1414
padding: 0px;
1515

16-
bar {
16+
.bar {
1717
border-radius:10px
1818
background-color: #696a6e;
1919
padding: 5px;
2020
margin: 5px;
2121
transition: all 500ms ease-out;
2222
}
23-
active-bar {
23+
.active-bar {
2424
border-radius:10px
2525
padding: 5px;
2626
margin: 5px;
2727
background-color: #5865F2;
2828
}
29-
bar:hover{
29+
.bar:hover{
3030
border-radius:12px
3131
background-color: #76767a;
3232

0 commit comments

Comments
 (0)