Skip to content

Instantly share code, notes, and snippets.

@semiarthanoian
Created May 2, 2022 13:16
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 semiarthanoian/bc650ed8565a74680449d7708e7d7f5f to your computer and use it in GitHub Desktop.
Save semiarthanoian/bc650ed8565a74680449d7708e7d7f5f to your computer and use it in GitHub Desktop.
public/css/component/topnav.css
/* --- Reset CSS */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* --- Basic Typography */
* {
font-family: "Times New Roman", "Times", serif;
font-size: 18px;
line-height: 1.618;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment