Update buttons

This commit is contained in:
2019-07-14 22:35:06 +02:00
parent cf2643cadf
commit bae76bb052

View File

@@ -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>