From 1c69476641adc415231aa2ca8c9a6b705c7f7357 Mon Sep 17 00:00:00 2001 From: Richard Halsall <–richard-glyn.halsall@informatik.hs-fulda.e> Date: Sat, 21 Jan 2023 15:33:22 +0100 Subject: [PATCH] =?UTF-8?q?W=C3=BCrfle=20Knopf=20hunzugef=C3=BCgt=20mit=20?= =?UTF-8?q?css=20Stil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schlangen_und_leitern/board.html | 6 +++++- schlangen_und_leitern/css/style.css | 12 ++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 schlangen_und_leitern/css/style.css diff --git a/schlangen_und_leitern/board.html b/schlangen_und_leitern/board.html index 56efbdb..8584c3b 100644 --- a/schlangen_und_leitern/board.html +++ b/schlangen_und_leitern/board.html @@ -1,12 +1,16 @@ + + Document + + - + \ No newline at end of file diff --git a/schlangen_und_leitern/css/style.css b/schlangen_und_leitern/css/style.css new file mode 100644 index 0000000..9498420 --- /dev/null +++ b/schlangen_und_leitern/css/style.css @@ -0,0 +1,12 @@ +#rollButton{ + border: 1px solid #000000; + position: absolute; + + top:50%; + left: 10%; + background-color:#ffffff; + + font-size: 13px; + color: #000000 ; + +} \ No newline at end of file