Skip to content

Instantly share code, notes, and snippets.

@tamirazrab
Created January 11, 2022 09:47
Show Gist options
  • Select an option

  • Save tamirazrab/1300fcb6f5a855c32b9187feff875b09 to your computer and use it in GitHub Desktop.

Select an option

Save tamirazrab/1300fcb6f5a855c32b9187feff875b09 to your computer and use it in GitHub Desktop.
section {
margin-top: 4rem;
}
.image {
width: 100%;
height: 25rem;
}
img {
width: 100%;
height: 100%;
object-fit: cover;
}
.image {
background: #e7e7e7;
}
.content {
text-align: center;
width: 80%;
margin: auto;
}
h1 {
font-size: 2rem;
font-family: 'Roboto Slab', sans-serif;
margin: 0.5rem 0;
}
h2 {
font-size: 1.25rem;
color: #6b6b6b;
}
p {
font-size: 1.5rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment