Created
July 28, 2021 05:39
-
-
Save bleroy/83bc15ed195c078e50c67a78e988957b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.l1 { | |
clip: rect(auto, 122px, auto, 64px); | |
} | |
.left-wall { | |
display: inline-block; | |
position: absolute; | |
left: 0; | |
top: 0; | |
background-image: url(./img/WallLeft.png); | |
width: 168px; | |
height: 270px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment