From 96a418e7660c78cb8e1ccf037e8d1c8d4f7be49f Mon Sep 17 00:00:00 2001 From: echoiing Date: Wed, 28 Feb 2024 04:45:28 +0900 Subject: [PATCH] feat: change text --- css/index.css | 6 ++++++ index.md | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 css/index.css diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..8636f06 --- /dev/null +++ b/css/index.css @@ -0,0 +1,6 @@ +@charset "UTF-8"; + +#feature__text { + color: white; + background-color: black; +} \ No newline at end of file diff --git a/index.md b/index.md index 25d9161..413d13c 100644 --- a/index.md +++ b/index.md @@ -1,7 +1,9 @@ --- -title: t -feature_image: "https://images.pixexid.com/a-blue-butterfly-flies-above-a-pond-qjgozr2q.webp?h=700&q=70" -feature_text: "

EUNBIN CHOI

" +title: +link: "/css/index.css" +feature_image: "https://c4.wallpaperflare.com/wallpaper/853/61/183/butterfly-forest-wallpaper-preview.jpg" +feature_text: "
EUNBIN CHOI
" +#feature_text: "

EUNBIN CHOI

" ---