Skip to content

Instantly share code, notes, and snippets.

@arindamaluni
Created October 24, 2020 14:34
Show Gist options
  • Save arindamaluni/e1de3c3e7ccf7d1a18c0bc0c11381cb4 to your computer and use it in GitHub Desktop.
Save arindamaluni/e1de3c3e7ccf7d1a18c0bc0c11381cb4 to your computer and use it in GitHub Desktop.
style.common.css
*{
margin: 0;
padding: 0;
}
body{
background-color: #eee;
font-family: Roboto;
color: black;
overflow-x: hidden;
}
::-webkit-scrollbar {
display: none;
}
a, a:active, a:visited, a:focus {
text-decoration: none;
color: black;
}
input, input:active, input:visited, input:focus {
outline: none;
}
button, button:active, button:visited, button:focus {
outline: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment