Created
May 23, 2018 22:23
-
-
Save w33tmaricich/cb00539693f584ec94f48c2d8c6a6aa4 to your computer and use it in GitHub Desktop.
css: code block
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
code { | |
white-space: pre-wrap; | |
background-color: #dddddd; | |
border-radius: .4em; | |
} | |
.block { | |
display: block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment