diff --git a/0.svg b/comics/0.svg similarity index 100% rename from 0.svg rename to comics/0.svg diff --git a/index.css b/index.css new file mode 100644 index 0000000..20ac7d5 --- /dev/null +++ b/index.css @@ -0,0 +1,25 @@ +.ui { + display: inline-block; + margin: 10px; + text-decoration: none; + font-size: 1.2rem; + background: rgb(130, 130, 130); + border: solid rgb(100, 100, 100) 2px; + padding: 10px; + font-weight: bold; + color: rgb(255,255,255); + border-radius: 10px; +} + +.ui-right { + float: right; +} + +img.art { + display: block; + margin: auto; + border: none; + border-radius: 0; + width: 500px; + max-width: 80vw; +} diff --git a/index.html b/index.html index 8abf773..e4e46cc 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,21 @@
+ + + + -See comics
+