Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

www.turismo.sp.gov.br/manual-de-convenios-2022

60.35 6 23
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.4 Presença de CSS(s) interno 1 10
1.1.6 Presença de javascript(s) interno 1 1
10 <![CDATA[<style type="text/css"> * { padding: 0; margin: 0; font-family: Arial, Verdana; } body { height: 100vh; background-color: #F5F5F5; } section { width: 50%; margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; } .error { width: 100%; } h2 { font-size: 55px; color: #616161; margin-bottom: 5px; } p { font-size: 22px; color: #616161; margin-bottom: 20px; } path { fill: #616161; } form { display: flex; flex-direction: column; justify-content: center; align-items: center; } button { cursor: pointer; display: inline-block; padding: 1rem; border: none; border-radius: 50px; background-color: #a3a3a3; text-transform: uppercase; font-weight: 700; outline:0 !important; } i { font-size: 1.2rem; margin-right: 5px; } .voltarMobile { display: none; } @media only screen and (max-width: 600px) { body { display: flex; flex-direction: column; justify-content: center; align-items: center; } svg { width: 200px; height: 200px; justify-content: center; align-items: center; } h2, p { text-align: center; white-space: nowrap; } h2 { font-size: 45px; } p { font-size: 12.5px; font-weight: 700; } button { cursor: pointer; font-stretch: expanded; font-size: 11px; padding: 5px; display: inline-block; align-content: center; justify-content: center; white-space: nowrap; outline:0 !important; } .voltar { display: none; } .voltarMobile { display: inline-block; padding: 10px; } .voltarMobile i { font-size: 15px; } } @media only screen and (min-width: 600px) and (max-width: 1022px) { body { display: flex; flex-direction: column; justify-content: center; align-items: center; } h2, p { text-align: center; white-space: nowrap; } .voltar { display: inline-block; } .voltarMobile { display: none; padding: 12px; } } </style>]]>
1 <![CDATA[<script> var idiomasObra = {}; </script>]]>