From bae76bb052cf5209ce8f8de94c7f9412cc004873 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 14 Jul 2019 22:35:06 +0200 Subject: [PATCH] Update buttons --- uebung10/quiz.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/uebung10/quiz.html b/uebung10/quiz.html index edb2c34..d615996 100644 --- a/uebung10/quiz.html +++ b/uebung10/quiz.html @@ -5,6 +5,16 @@ #screen1, #screen2, #screen3 { 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; +}