Skip to content

Instantly share code, notes, and snippets.

@julian-ramos
Created January 13, 2020 16:41
Show Gist options
  • Select an option

  • Save julian-ramos/1675e637ff30ccc4ee90277cdb16f188 to your computer and use it in GitHub Desktop.

Select an option

Save julian-ramos/1675e637ff30ccc4ee90277cdb16f188 to your computer and use it in GitHub Desktop.
body {
font-size: 16px;
font-family: Helvetica;
background-color: aquamarine;
}
#instructors {
background-color: beige;
padding: 10px;
}
.instructor {
display: flex;
align-items: center;
padding: 15px;
margin-top: 20px;
background-color: lightgray;
}
.info-container {
padding-right: 20px;
}
.info-container h3 {
font-size: 1.4rem;
font-weight: 800;
font-style: italic;
}
.info-container img {
width: 300px;
max-height: 300px;
object-fit: contain;
}
.bio-container {
font-size: 1.2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment