Develop #3
10
index.html
10
index.html
@ -11,10 +11,11 @@
|
||||
<body>
|
||||
<main>
|
||||
|
||||
|
||||
<h1 class="page-titulo__tourist" data-test="title-form">Adicionar um Ponto Turístico</h1>
|
||||
|
||||
<div class="container-input">
|
||||
|
||||
|
||||
<div class="wrapper-input__img">
|
||||
<label>
|
||||
<input type="file" data-test="input-image">
|
||||
@ -35,6 +36,13 @@
|
||||
|
||||
</div>
|
||||
|
||||
<h1 class="page-titulo__img__spot">Pontos Turísticos</h1>
|
||||
|
||||
<div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
13
style.css
13
style.css
@ -10,10 +10,13 @@
|
||||
font-weight: 700;
|
||||
font-size: 32px;
|
||||
line-height: 120%;
|
||||
|
||||
margin: 40px 130px;
|
||||
}
|
||||
|
||||
.container-input {
|
||||
display: flex;
|
||||
margin: 0 130px;
|
||||
}
|
||||
|
||||
.wrapper-input__img input {
|
||||
@ -116,3 +119,13 @@
|
||||
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user