diff --git a/index.html b/index.html index 6f4989b..ce0c263 100644 --- a/index.html +++ b/index.html @@ -11,15 +11,15 @@
- +

Adicionar um Ponto TurĂ­stico

@@ -33,17 +33,16 @@
- +

Pontos TurĂ­sticos

-
- -
+ + \ No newline at end of file diff --git a/js.js b/js.js new file mode 100644 index 0000000..9c465f3 --- /dev/null +++ b/js.js @@ -0,0 +1,6 @@ +document.addEventListener('DOMContentLoaded', function () { + + + + + }); diff --git a/style.css b/style.css index 3b9e38b..c2d53d1 100644 --- a/style.css +++ b/style.css @@ -7,19 +7,26 @@ box-sizing: border-box; } +.container-h1-input { + padding: 40px 130px; +} + .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; + + margin: 40px 0 60px; +} + +.img-result { + width: 100%; } .wrapper-input__img input { @@ -123,12 +130,14 @@ cursor: pointer; } +.button-submit__input:hover { + background: #e93137; +} + .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; }