79 lines
1.3 KiB
CSS
79 lines
1.3 KiB
CSS
body{
|
|
font-family: 'Nunito';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 100%;
|
|
text-align: center;
|
|
}
|
|
.backround__section{
|
|
height: 680px;
|
|
width: 1440px;
|
|
|
|
}
|
|
.content__button{
|
|
width: 184px;
|
|
height: 52px;
|
|
background-color: #242323;
|
|
align-items: center;
|
|
color: aliceblue;
|
|
position: absolute;
|
|
width: 184px;
|
|
height: 52px;
|
|
left: 50px;
|
|
top: 176px;
|
|
background: #1F1F1F;
|
|
border-radius: 0px;
|
|
align-items: center;
|
|
}
|
|
.apartment{
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.Apartament__content{
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translate(50%, -50%);
|
|
width: 519px;
|
|
height: 228px;
|
|
left: 87px;
|
|
top: 326px;
|
|
|
|
}
|
|
.heading{
|
|
font-size: 44px;
|
|
line-height: normal;
|
|
text-align: left;
|
|
padding-left: 50px;
|
|
position: absolute;
|
|
left: 0px;
|
|
|
|
font-family: 'Instrument Serif';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
font-size: 44px;
|
|
line-height: 125%;
|
|
|
|
color: #FEFEFE;
|
|
|
|
|
|
}
|
|
.info{
|
|
position: absolute;
|
|
width: 519px;
|
|
height: 20px;
|
|
left: 50px;
|
|
top: 128px;
|
|
|
|
text-align: left;
|
|
font-family: 'Nunito';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 120%;
|
|
color: #EDECEA;
|
|
|
|
|
|
} |