digital-theory/css/6-portfolio.css
2023-04-27 16:30:13 +02:00

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 {
height: 776px;
background: url('/img/phone_shoes.png');
}