Skip to content

Instantly share code, notes, and snippets.

@AndreaBarghigiani
Last active October 29, 2016 08:42
Show Gist options
  • Save AndreaBarghigiani/28fa631a345ccd8eae6d08e01939a147 to your computer and use it in GitHub Desktop.
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
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