From f980219f9ce24ff1ac42651b185e0bdf0f53b5ed Mon Sep 17 00:00:00 2001 From: root Date: Sat, 29 Sep 2018 19:55:14 +0200 Subject: [PATCH] initial commit --- index.html | 18 ++++++++++++++++++ main.css | 10 ++++++++++ 2 files changed, 28 insertions(+) create mode 100644 index.html create mode 100644 main.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..e86463a --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + + + + + + Hello, world! + + + + + \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..6a52f70 --- /dev/null +++ b/main.css @@ -0,0 +1,10 @@ +.img-banner { + width: 100%; +} +.navbar-brand { + font-family: 'Courier New', Courier, monospace; + font-size: 24px; +} +.navbar { + +} \ No newline at end of file