Created
August 11, 2021 14:35
-
-
Save apelmahmudDev/95a4ff580ee2638551b5fe91a9f3821e to your computer and use it in GitHub Desktop.
event-style-example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
event-style