Last active
October 20, 2019 13:12
-
-
Save nullvariable/5347ffce56d9b2c50e7f4905d061c92b to your computer and use it in GitHub Desktop.
Create an image cap for Bootstrap 4 that aligns on the left side of a card
This file contains hidden or 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
.card-img-left { | |
border-bottom-left-radius: calc(.25rem - 1px); | |
border-top-left-radius: calc(.25rem - 1px); | |
float: left; | |
padding-right: 1em; | |
margin-bottom: -1.25em; | |
} |
Thanks! It's working
it's not working anymore :(
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not working