challenge-tourist-attractio.../style.css

135 lines
2.4 KiB
CSS

@import url("https://fonts.googleapis.com/css2?family=Arimo&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@700&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@700&family=Roboto&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.page-titulo__tourist {
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 120%;
margin: 40px 130px;
}
.container-input {
display: flex;
margin: 0 130px;
}
.wrapper-input__img input {
display: none;
margin-right: 20px;
}
.wrapper-input__img label {
display: flex;
align-items: center;
justify-content: center;
color: #858585;
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.15px;
width: 343px;
height: 212px;
margin-right: 20px;
border: 2px solid #e5e5e5;
border-radius: 8px;
cursor: pointer;
}
.wrapper-input__text {
display: flex;
flex-direction: column;
}
.input-text__titulo {
display: flex;
width: 328px;
height: 56px;
margin-bottom: 20px;
padding: 16px 0 16px 16px;
border: 2px solid #d6d6d6;
border-radius: 8px;
color: #858585;
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.15px;
}
.input-text__descricao {
display: flex;
width: 417px;
height: 136px;
margin-bottom: 16px;
padding: 40px 0px 72px 20px;
color: #858585;
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.15px;
border: 2px solid #d6d6d6;
border-radius: 8px;
}
.wrapper-button-submit {
display: flex;
justify-content: end;
}
.button-submit__input {
display: flex;
align-items: center;
justify-content: center;
width: 121px;
height: 56px;
background: #ff5a5f;
color: #ffffff;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 16px;
border: 1px solid #ff5a5f;
border-radius: 8px;
cursor: pointer;
}
.page-titulo__img__spot {
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 120%;
margin: 60px 130px 38px;
}