banco_projeto/css/tables.css

23 lines
373 B
CSS
Raw Normal View History

2021-09-02 08:27:03 -03:00
table{
width:100%;
margin-bottom:10px;
}
section{
width:90%;
min-height:700px;
margin:auto;
padding: 50px 20px 20px 20px;
margin-bottom:-5px;
background-color: #839496;
}
table a{
color: white;
text-decoration: none;
}
table a:visited, section a:visited{
color: rgb(219, 219, 219);
}
table a:hover, section a:hover{
font-weight: normal;
}