Konversationen eingefügt
This commit is contained in:
15
styles.css
15
styles.css
@@ -51,4 +51,19 @@ button {
|
||||
|
||||
button:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
|
||||
#reset-button {
|
||||
margin-top: 10px;
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
background-color: #dc3545;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#reset-button:hover {
|
||||
background-color: #c82333;
|
||||
}
|
||||
Reference in New Issue
Block a user