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

Portal www.gov.br

Filtro para verificar os sites e serviços que migraram para o portal único do governo federal *.

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
10 <![CDATA[<style> html, body { margin: 0; font-family: 'Raleway', sans-serif; } header { height: 130px; box-shadow: 0px 4px 6px #00000029; padding: 15px 12%; display: flex; flex-direction: column; justify-content: flex-start; box-sizing: border-box; } header img { width: 110px; height: 40px; margin-bottom: 15px; } header span { font-size: 24px; color: #333333; } h1 { font-size: 42px; color: #000; font-weight: 600; } p { color: #333; font-size: 35px; font-weight: normal; margin: 8px 0; } .error_container { padding: 0 12%; margin-top: 90px; display: flex; align-items: center; justify-content: center; } .error_container img { max-width: 100%; } .error_message { margin-left: 120px; } @media (max-width:641px) { .error_container { padding: 0 5%; margin-top: 30px; flex-direction: column; align-items: center; } .error_message { margin-left: 0; margin-top: 20px; } h1 { font-size: 28px; } p { font-size: 22px; } } </style>]]>