initial commit
This commit is contained in:
22
css/tables.css
Normal file
22
css/tables.css
Normal file
@@ -0,0 +1,22 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user