digital-theory/css/6-portfolio.css

19 lines
334 B
CSS
Raw Normal View History

2023-04-25 12:05:23 +02:00
#portfolio {
background: url('/img/bg_grey.jpg') no-repeat;
background-position: center;
background-size: cover;
}
#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');
}