Skip to content

Instantly share code, notes, and snippets.

@apelmahmudDev
Created August 11, 2021 14:35
Show Gist options
  • Save apelmahmudDev/95a4ff580ee2638551b5fe91a9f3821e to your computer and use it in GitHub Desktop.
Save apelmahmudDev/95a4ff580ee2638551b5fe91a9f3821e to your computer and use it in GitHub Desktop.
event-style-example
body {
font-family: sans-serif;
}
#header {
padding: 20px;
background-color: green;
display: flex;
flex-direction: row-reverse;
}
#account_links {
padding: 20px;
background-color: yellow;
}
a {
margin: 0 10px;
color: blue;
}
@apelmahmudDev
Copy link
Author

event-style

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment