Created
December 15, 2022 22:53
-
-
Save codigoconjuan/38c0afa794192a8c93f72a9702e7f990 to your computer and use it in GitHub Desktop.
CSS Para Entrada de Blog
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
.post { | |
max-width: 80rem; | |
margin: 0 auto; | |
} | |
.contenido { | |
padding: 1.5rem; | |
} | |
.contenido h3 { | |
font-weight: 900; | |
font-size: 2.8rem; | |
margin: 0; | |
} | |
.fecha { | |
font-size: 1.6rem; | |
color: var(--primary); | |
} | |
.texto { | |
white-space: pre-wrap; | |
} | |
.mt-3 { | |
margin-top: 3rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment