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