Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Centralizei o email
  • Loading branch information
professor-rafael authored Mar 31, 2024
1 parent a5cfe62 commit bac1b5f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# cerb
rafael assis santos
# cerb
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https: //fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700; 1.800;1.900&display=swap" rel="folha de estilo">
<title>CERB</title>
<style>
footer {
text-align: center;
background-color: black;
color: white;
padding: 20px 0;
}
</style>
</head>
<body style="background-color:grey;">
<header class="cabecalho">
Expand Down
12 changes: 10 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,30 @@ body{
.escola-div-conteudo{
width: 35;
}

.escola-titulo{
padding: 24px 0;
}

.estudantes-imagem{
width: 150px;
width: 190px;
border: 3px solid red;
border-radius: 20px;
}

.estudantes-icone{
width: 25px;
width: 35px;
}

.estudantes-div{
text-align: center;
}

.estudantes-titulo{
text-align: center;
padding: 50px 0;
}

.estudantes-todos{
display: grid;
grid-template-columns: 25% 25% 25% 25% 25%;
Expand All @@ -68,6 +75,7 @@ body{
background-color: black;
text-align: center;
}

.rodape-imagem{
height: 60px;
padding: 12px 0;
Expand Down

0 comments on commit bac1b5f

Please sign in to comment.