digital-theory/css/6-portfolio.css

20 lines
350 B
CSS
Raw Permalink Normal View History

2023-04-25 12:05:23 +02:00
#portfolio {
2023-04-27 17:04:28 +02:00
background: url("/img/bg_grey.jpg") no-repeat;
2023-04-25 12:05:23 +02:00
background-position: center;
background-size: cover;
2023-04-27 16:30:13 +02:00
color: white;
2023-04-25 12:05:23 +02:00
}
#popover .color-emphasis,
#portfolio .color-emphasis {
2023-04-27 17:04:28 +02:00
color: #e77064;
2023-04-25 12:05:23 +02:00
font-weight: 600;
margin-bottom: 20px;
}
#portfolio .phone-container {
2023-04-27 17:04:28 +02:00
background: url("/img/phone_shoes.png");
2023-04-25 12:05:23 +02:00
height: 776px;
}