Newer
Older
width: 100%;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
.illustration img {
width: 100%;
display: block;
}
.header {
height: auto;
justify-content: inherit;
align-items: inherit;
}
.photo img {
width: 100%;
display: block;
}
background-color: #F09A9D;
/* Red */
}
}
/* Tablet Styles */
.sign-up, .feature-1, .feature-2, .feature-3 {
width: 50%;
}
}
/* Desktop Styles */
width: 960px;
margin: 0 auto;
}
.feature-1, .feature-2, .feature-3 {
width: 33.3%;
}