Last active
January 28, 2023 10:01
-
-
Save jovialcore/c3456a975e35e0f91e599f1dfb68b349 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
table { | |
border-collapse: collapse; | |
border-radius: 1em 1em 0em 0em ; /*** adjust shorthand as you will need **/ | |
overflow: hidden; /** without this property, you wouldn't see the effect **/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment