initial commit

This commit is contained in:
2021-09-02 08:27:03 -03:00
commit 7a18b18c39
72 changed files with 3489 additions and 0 deletions

22
css/forms.css Normal file
View File

@@ -0,0 +1,22 @@
form{
width:100%;
margin-bottom:10px;
}
section{
width:90%;
min-height:700px;
margin:auto;
padding: 50px 20px 20px 20px;
margin-bottom:-5px;
background-color: #839496;
}
form a{
color: white;
text-decoration: none;
}
form a:visited, section a:visited{
color: rgb(219, 219, 219);
}
form a:hover, section a:hover{
font-weight: normal;
}