From f64216df4a96916af57b1e9975fa1402dde2b950 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 3 Jul 2020 17:27:45 +0200 Subject: [PATCH] put cake emojis around "im gecs" --- Makefile | 3 ++- index.html | 2 +- style.css | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c297262..03ca33e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ CSS = style.css PAGES = index.html IMAGES = \ mlem.gif icon.png niss_uwu_bg.png \ - star_small.png sparkles_large.png niss_wave_large.png + star_small.png sparkles_large.png niss_wave_large.png \ + shortcake_large.png BUILDDIR ?= _build TMPDIR ?= _tmp diff --git a/index.html b/index.html index e5f3b68..7e6b16a 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@
-

so basically? im gecs

+

so basically? im gecs

“mlem”

“mlem also”

diff --git a/style.css b/style.css index 7c192f4..44d59e4 100644 --- a/style.css +++ b/style.css @@ -116,12 +116,14 @@ a { text-decoration: none; } +.cake::before, .cake::after, header rt::before, header rt::after, section h2::before, section h2::after { mix-blend-mode: overlay; padding: 0 0.25em; vertical-align: middle; } +.cake::before, .cake::after { content: url(shortcake_large.png); } header rt::before, header rt::after { content: url(star_small.png); } section h2::before, section h2::after { content: url(sparkles_large.png); }