Skip to content

Commit 76a66ea

Browse files
authored
Update css.css
1 parent a90a787 commit 76a66ea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ 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;
19+
padding: 5px;
20+
margin: 5px;
1921
transition: all 500ms ease-out;
2022
}
21-
active-bar{
23+
active-bar {
2224
border-radius:10px
25+
padding: 5px;
26+
margin: 5px;
2327
background-color: #5865F2;
2428
}
2529
bar:hover{

0 commit comments

Comments
 (0)