Skip to content

Instantly share code, notes, and snippets.

@ayoisaiah
Last active February 7, 2020 11:46
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 ayoisaiah/d21bbe3a6c0d9620c29cafd36ed6cb0b to your computer and use it in GitHub Desktop.
Save ayoisaiah/d21bbe3a6c0d9620c29cafd36ed6cb0b to your computer and use it in GitHub Desktop.
/* src/App.css */
.alert {
text-align: center;
background-color: #006CFF;
color: #fff;
padding: 15px;
}
.alert p {
margin: 0;
}
.alert button {
background-color: transparent;
border: none;
font-size: inherit;
color: inherit;
margin: 0;
padding: 0;
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment