Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hidenorihide777/98b38374efc20845034d6875d5c75f01 to your computer and use it in GitHub Desktop.
Save hidenorihide777/98b38374efc20845034d6875d5c75f01 to your computer and use it in GitHub Desktop.
/*見出しデザイン*/
h3 {
padding: 0.1rem 0rem;
background-color: #EFFFFF;
border-top: 6px double #000;
border-bottom: 6px double #000;
}
h4 {
padding: 0.1rem 0rem;
background-color: #EAFFFF;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment