diff --git a/css/equipe.css b/css/equipe.css new file mode 100644 index 0000000..1f25de2 --- /dev/null +++ b/css/equipe.css @@ -0,0 +1,47 @@ +body { + background-color: #f4f4f4; +} + +.container { + margin-top: 200px; + width: 100%; + display: flex; + gap: 100px; + flex-wrap: wrap; + justify-content: space-evenly; + align-content: center; + text-align: center; +} + +.developer { + margin-bottom: 30px; +} + +.developer img { + border-radius: 50%; + width: 150px; + height: 150px; + object-fit: cover; + margin-bottom: 10px; +} + +.developer h2 { + margin-bottom: 5px; +} + +.developer p { + margin: 0; +} + +.social-icons { + display: flex; + justify-content: center; + margin-top: 10px; +} + +.social-icons a { + display: inline-block; + margin: 0 10px; + text-decoration: none; + color: #333; +} diff --git a/css/format.css b/css/format.css index 452ee90..3b70715 100644 --- a/css/format.css +++ b/css/format.css @@ -265,7 +265,7 @@ textarea#resposta { .titulo_ask { display: flex; justify-content: space-between; - margin-block-start: 25px; + margin-top: 100px; } .titulo_ask h1 { @@ -327,7 +327,6 @@ textarea#resposta { text-align: center; } - .modal { transition: opacity 0.5s ease; background-color: rgba(0, 0, 0, 0.9); @@ -395,7 +394,10 @@ fieldset { /* Container que envolve os elementos .form-row */ .container { display: grid; - grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Define colunas de tamanho mínimo de 200px */ + grid-template-columns: repeat( + auto-fill, + minmax(200px, 1fr) + ); /* Define colunas de tamanho mínimo de 200px */ gap: 10px; /* Espaçamento entre os elementos */ } @@ -408,14 +410,16 @@ fieldset { margin-inline-start: 0px; } -label, select, input { +label, +select, +input { text-align: left; vertical-align: middle; white-space: nowrap; /* Adicionado para evitar quebra de linha */ } - -select, input { +select, +input { /* margin-left: 10px; */ padding: 8px; border: 1px solid #ccc; @@ -432,19 +436,18 @@ input#filtroInput { } } - /* Estilizando a legenda (opcional) */ legend { - font-weight: bold; /* Deixa a legenda em negrito */ - margin-bottom: 10px; /* Adiciona espaçamento abaixo da legenda */ + font-weight: bold; /* Deixa a legenda em negrito */ + margin-bottom: 10px; /* Adiciona espaçamento abaixo da legenda */ } #filtroInput { - width: 60%; /* Ajuste o valor conforme necessário */ + width: 60%; /* Ajuste o valor conforme necessário */ } /*CSS linha-externa será adicionada à linha da tabela se a origem for "Externa".*/ .linha-externa { background-color: #b1e1eb; - font-weight: 500; -} \ No newline at end of file + font-weight: 500; +} diff --git a/equipe.html b/equipe.html new file mode 100644 index 0000000..e4b7132 --- /dev/null +++ b/equipe.html @@ -0,0 +1,149 @@ + + + +
+ + + + + + + + +