Skip to content

Instantly share code, notes, and snippets.

@emiliogzzguerra
Created November 13, 2021 18:43
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 emiliogzzguerra/6a84a414b08409c03d9c4934e0d0a94e to your computer and use it in GitHub Desktop.
Save emiliogzzguerra/6a84a414b08409c03d9c4934e0d0a94e to your computer and use it in GitHub Desktop.
girlsintech workshop - blog website css (part 2)
h1 {
text-align: center;
}
.img-wrapper {
display: flex;
align-items: center;
justify-content: center;
}
.right-align {
text-align: right;
}
h3 {
text-decoration: underline;
color: purple;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment