Update buttons
This commit is contained in:
@@ -5,6 +5,16 @@
|
|||||||
#screen1, #screen2, #screen3 {
|
#screen1, #screen2, #screen3 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.button {
|
||||||
|
background-color: #e7e7e7; /* Green */
|
||||||
|
border: none;
|
||||||
|
color: white;
|
||||||
|
padding: 15px 32px;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user