css, html

This commit is contained in:
darthsandmann
2016-11-15 15:28:52 +01:00
parent d694eb42ca
commit 12ad3fae51
6 changed files with 28 additions and 11 deletions

View File

@ -64,6 +64,7 @@ body {
background-attachment: #819FF7 ;
}
.clButtonArea {
position: absolute;
left: 0;
@ -93,6 +94,24 @@ body {
color: black;
}
.clNavButton {
display: inline-block;
text-align: center;
background-color: #4CAF50; /* Green */
border: 1px solid green;
color: white;
padding: 15px 32px;
text-decoration: none;
font-size: 16px;
cursor: pointer;
float: left;
clear: left;
}
.clNavButton:hover {
background-color: #3e8e41;
}
#idList {
table-layout: fixed;
width: auto;