enable lua
This commit is contained in:
@@ -107,4 +107,31 @@ h1 {
|
||||
.nav-item:hover {
|
||||
color: #3498db;
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
/* Button container for centering */
|
||||
.button-container {
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
/* Styled button */
|
||||
button {
|
||||
padding: 20px 60px;
|
||||
font-size: 1.5em;
|
||||
font-family: LatoLatin;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
background-color: #3498db;
|
||||
border-radius: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #2980b9;
|
||||
}
|
||||
|
||||
button:active {
|
||||
background-color: #1c5a85;
|
||||
}
|
||||
Reference in New Issue
Block a user