css, html
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user