Skip to content

Commit

Permalink
feat: change text
Browse files Browse the repository at this point in the history
  • Loading branch information
EunBinChoi committed Feb 27, 2024
1 parent 24972b7 commit 96a418e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@charset "UTF-8";

#feature__text {
color: white;
background-color: black;
}
8 changes: 5 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
@@ -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: "<h2 style='color:white; background-color:black'>EUNBIN CHOI</h2>"
title:
link: "/css/index.css"
feature_image: "https://c4.wallpaperflare.com/wallpaper/853/61/183/butterfly-forest-wallpaper-preview.jpg"
feature_text: "<div class='feature__text'>EUNBIN CHOI</div>"
#feature_text: "<h2 style='color:white; background-color:black'>EUNBIN CHOI</h2>"
---


Expand Down

0 comments on commit 96a418e

Please sign in to comment.