Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverstasa authored Oct 31, 2023
1 parent d5794d3 commit 4be57ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced-demo/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ h1 {font-size: 1.3rem; text-align: center; padding-top: 2rem;}

/* IMAGE with VALUE-BAR STYLES */
.touchy {cursor: ns-resize;}
#image {width: 4rem; height: 4rem; background: url('image.png') center center; background-size: cover;}
#image {width: 4rem; height: 4rem; background: url('../image.png') center center; background-size: cover;}
#image div {position: absolute; right: -0.5rem; bottom: 0; width: 0.5rem; background: lightcoral; height: 50%;}

0 comments on commit 4be57ee

Please sign in to comment.