48 lines
684 B
CSS
48 lines
684 B
CSS
*{
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.header-logo{
|
|
background-color: black;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.logo{
|
|
width: 12%;
|
|
margin-top: 29px;
|
|
margin-bottom: 29px;
|
|
}
|
|
.header-computer{
|
|
width: 100%;
|
|
}
|
|
.computers{
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 73px;
|
|
}
|
|
.info{
|
|
text-align: center;
|
|
margin: 73px;
|
|
}
|
|
.image-computer{
|
|
width: 17%;
|
|
}
|
|
p{
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
font: weight 400px;
|
|
}
|
|
.text{
|
|
margin-top: 28px;
|
|
}
|
|
.lorem{
|
|
font-size: 32px;
|
|
font-weight: 400px;
|
|
line-height: 38px;
|
|
}
|
|
.dolor{
|
|
font-size: 48px;
|
|
font-weight: 500px;
|
|
line-height: 58px;
|
|
} |