diff --git a/index.html b/index.html index c7f4b58..688d809 100644 --- a/index.html +++ b/index.html @@ -23,18 +23,18 @@

- - - - - - - - + + + + + + + + - - - + + + @@ -46,4 +46,4 @@

- \ No newline at end of file + diff --git a/resources/London-Tube.ttf b/resources/London-Tube.ttf new file mode 100755 index 0000000..e5d733c Binary files /dev/null and b/resources/London-Tube.ttf differ diff --git a/resources/fire-tunnel.jpg b/resources/fire-tunnel.jpg deleted file mode 100644 index 031b156..0000000 Binary files a/resources/fire-tunnel.jpg and /dev/null differ diff --git a/resources/fire.jpg b/resources/fire.jpg deleted file mode 100644 index fde46b7..0000000 Binary files a/resources/fire.jpg and /dev/null differ diff --git a/resources/underground-symbol.png b/resources/underground-symbol.png deleted file mode 100644 index aae4ac8..0000000 Binary files a/resources/underground-symbol.png and /dev/null differ diff --git a/style.css b/style.css index bd08326..90b3a2d 100644 --- a/style.css +++ b/style.css @@ -32,6 +32,11 @@ body { line-height: 1; } +@font-face { + font-family: "London Tube"; + src: url(./resources/London-Tube.ttf); +} + body { font-family: "London Tube", sans-serif; background-color: black; @@ -67,14 +72,14 @@ button { display: inline-block; font-size: 1rem; width: 30%; - height: 50px; + height: 60px; text-align: center; + white-space: nowrap; opacity: 0.8; padding: 1%; - margin: 0; - position: relative; + margin: 0.1rem 0; border: none; - overflow: hidden; + text-overflow: hidden; } .choose-your-line {