challenge-landing-page/css/style.css

48 lines
684 B
CSS
Raw Normal View History

2022-10-11 19:06:41 +00:00
*{
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%;
2022-10-11 20:44:28 +00:00
}
.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;
2022-10-11 19:06:41 +00:00
}