diff --git a/style.css b/style.css index 012ceaa..b61f7de 100644 --- a/style.css +++ b/style.css @@ -507,6 +507,57 @@ h3{ } } +@media(min-width:3000px){ + .texto1{ + + max-width: 1500px; + height: 300px; + } + .paragrafo1{ + + font-size:35px; + line-height: 45px; + } + .card{ + max-width: 600px; + height: 500px; + + } + + .card p{ + font-size: 35px; + line-height: 45px; + } + + .cards{ + max-width: 650px; + height: 540px; + line-height: 45px; + + } + + .cards p{ + font-size: 35px; + } + + +.artigo{ + margin-top:500px; +} +h4{ + font-size: 60px; +} +.artigo p{ + font-size: 35px; + line-height: 45px; +} +.imagem_desfocada{ + margin-top: 150px; +} +} + + +