diff options
Diffstat (limited to 'Web/Server/static/Server.css')
-rw-r--r-- | Web/Server/static/Server.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Web/Server/static/Server.css b/Web/Server/static/Server.css index 6f366ec..5db22eb 100644 --- a/Web/Server/static/Server.css +++ b/Web/Server/static/Server.css @@ -7,6 +7,27 @@ margin:5px; } +.button { + background-color: gold; + border: none; + color: white; + padding: 15px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; +} + +.button:hover{ + background-color: white; + color: gold; + cursor: pointer; +} + +#about{ + display: none; +} + #title{ font-size: xx-large; } |