Skip to content

Instantly share code, notes, and snippets.

@stephan-romhart
Last active October 16, 2021 13:28
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 stephan-romhart/4d3fab9eed838ca519fda1d57e0fddba to your computer and use it in GitHub Desktop.
Save stephan-romhart/4d3fab9eed838ca519fda1d57e0fddba to your computer and use it in GitHub Desktop.
/* Specifics */
/* Intro */
section.intro{
background-color:var(--blue);
color:var(--white);
}
section.intro h3{
margin-bottom:0;
}
section.intro figure{
border:1px solid var(--yellow);
}
/* Contact */
section.contact{
background-color:var(--black);
color:var(--white);
}
section.contact h2{
margin-bottom:2rem;
}
section.contact figure{
border:1px solid var(--white);
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment