Last active
October 29, 2016 08:42
-
-
Save AndreaBarghigiani/28fa631a345ccd8eae6d08e01939a147 to your computer and use it in GitHub Desktop.
Modifichiamo i titoli impostando uno sfondo nero e un colore del testo bianco
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
h2, h3, h4, h5, h6{ | |
background-color: #000; | |
color: #fff; | |
padding: 10px; | |
/* Imposta un angolo arrotondato in alto a destra */ | |
border-top-right-radius: 3px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment