diff --git a/src/App.js b/src/App.js index 2425483..22c5baf 100644 --- a/src/App.js +++ b/src/App.js @@ -22,7 +22,7 @@ function App() { } /> }/> }/> - + }/> )}; diff --git a/src/Login/login.css b/src/Login/login.css index d17b03b..d5a091e 100644 --- a/src/Login/login.css +++ b/src/Login/login.css @@ -1,5 +1,5 @@ .back{ - background-image: url(../imagens/background.png); + background-image: url(../imagens/background.jpg); min-height: 100vh; display: flex; position: absolute; @@ -9,14 +9,7 @@ box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); overflow: hidden; } -.logo{ - max-width: 30%; - max-height: 20%; - position: absolute; - top: 12%; - left: 12%; - box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); -} + .texto{ text-shadow: 0px 4px 4px rgba(1, 1, 1, 1.50); @@ -26,7 +19,6 @@ left: 12.7%; word-break: break-all; white-space: nowrap; - font-size: 1.1vw; } .login{ @@ -100,5 +92,10 @@ input::placeholder { #p2{ color: rgb(211, 207, 207); font-size: 15px; - text-decoration: none; +} + +#link{ + color: rgb(30, 36, 127); + font-size: 15px; + } diff --git a/src/Login/login.js b/src/Login/login.js index ffb5713..7bf7f6a 100644 --- a/src/Login/login.js +++ b/src/Login/login.js @@ -22,12 +22,12 @@ export default function Login() {

Fazer login

Olá, bem-vindo ao ReelsReview!

- setUser(e.target.value)}/> + setUser(e.target.value)}/> setPassword(e.target.value)}/>

-

Não tem conta? {Criar conta.}

+

Não tem conta? {Criar conta.}

diff --git a/src/cadastro/cadastro.css b/src/cadastro/cadastro.css index 268e0f8..395d93a 100644 --- a/src/cadastro/cadastro.css +++ b/src/cadastro/cadastro.css @@ -95,5 +95,9 @@ #pc2{ font-size: 15px; color: rgb(255, 255, 255); - text-decoration: none; +} + +#link{ + font-size: 15px; + color: rgb(30, 36, 127); } diff --git a/src/cadastro/cadastro.js b/src/cadastro/cadastro.js index fd9e19e..44bd3ad 100644 --- a/src/cadastro/cadastro.js +++ b/src/cadastro/cadastro.js @@ -27,7 +27,6 @@ export default function Cadastro(){

Criar conta

Preencha os campos com seus dados:

-
setUser(e.target.value)}/> setSobreNome(e.target.value)}/> @@ -37,9 +36,8 @@ export default function Cadastro(){ setPassword(e.target.value)}/>

-

Já tem conta? Fazer login.

+

Já tem conta? Fazer login.

-
); diff --git a/src/components/NavBar/NavBar.css b/src/components/NavBar/NavBar.css index 08f69a5..ab97713 100644 --- a/src/components/NavBar/NavBar.css +++ b/src/components/NavBar/NavBar.css @@ -1,9 +1,9 @@ .NavBar{ display: flex; - background-color: rgb(255, 0, 0); + background-color: rgb(112, 20, 20); justify-content: space-between; align-items: center; - padding: .1rem 1rem; + padding: .01rem 1rem; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10); } @@ -52,7 +52,7 @@ font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; } #populares{ - background-color: rgb(255, 0, 0); + border: 2px solid rgb(0, 0, 0); border-radius: 5px; color: rgb(255, 255, 255); @@ -77,9 +77,10 @@ } #sair{ + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; text-decoration: none; color: rgb(255, 255, 255); - font-size: 25px; + font-size: 20px; transition: 0.4s; } #sair:hover{ diff --git a/src/filme/filme.css b/src/filme/filme.css index 3f2ce4f..5091943 100644 --- a/src/filme/filme.css +++ b/src/filme/filme.css @@ -6,10 +6,10 @@ body{ } .filme-page{ - background-color: rgb(39, 2, 2); + background-color: rgb(16, 13, 13); display: flex; flex-direction: column; - padding: 0; + padding: 20px; color: white; margin: 0 auto; text-align: center; @@ -20,16 +20,16 @@ body{ } .info{ position: relative; - text-align: left; + text-align: center; } #descricao{ position: relative; - text-align: left; + text-align: center; } .infodescricao{ - text-align: center; + text-align: left; max-width: 600px; position: relative; line-height: 1.4rem; diff --git a/src/filme/filme.js b/src/filme/filme.js index b710990..fc65db7 100644 --- a/src/filme/filme.js +++ b/src/filme/filme.js @@ -45,20 +45,20 @@ function Filme() {

{filme.tagline}

-

Orçamento:

-

{formatCurrency(filme.budget)}

+

Orçament:

+

{formatCurrency(filme.budget)}

-

Receita:

-

{formatCurrency(filme.revenue)}

+

Revenue:

+

{formatCurrency(filme.revenue)}

-

Duração:

-

{filme.runtime} minutos

+

Duration:

+

{filme.runtime} minutos

-

Descrição:

-

{filme.overview}

+

Description:

+

{filme.overview}

)} diff --git a/src/imagens/Originals/background.png b/src/imagens/Originals/background.png deleted file mode 100644 index 69a1361..0000000 Binary files a/src/imagens/Originals/background.png and /dev/null differ diff --git a/src/imagens/background.jpg b/src/imagens/background.jpg new file mode 100644 index 0000000..26e8d80 Binary files /dev/null and b/src/imagens/background.jpg differ diff --git a/src/imagens/background.png b/src/imagens/background.png index be0218b..a7ccc05 100644 Binary files a/src/imagens/background.png and b/src/imagens/background.png differ