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