digital-theory/css/6-portfolio.css

20 lines
350 B
CSS

#portfolio {
background: url("/img/bg_grey.jpg") no-repeat;
background-position: center;
background-size: cover;
color: white;
}
#popover .color-emphasis,
#portfolio .color-emphasis {
color: #e77064;
font-weight: 600;
margin-bottom: 20px;
}
#portfolio .phone-container {
background: url("/img/phone_shoes.png");
height: 776px;
}