diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-22 16:48:36 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-22 16:48:36 -0800 |
commit | c53b1e2e37c41c84e91b93a4e6ab531e9bc7007c (patch) | |
tree | 6212fb60f0bf666b8001ce121c69b08e5d6baa09 /recipes/cheesyCreamyRamen.html | |
parent | 3339481855d6d659612ba9f70c460854a30c7550 (diff) |
Implement styles.css from Miau-Website Repo
Add CSS to add background image, change font
color, change font, add background color to h3,
p, ul, and ol
Diffstat (limited to 'recipes/cheesyCreamyRamen.html')
-rw-r--r-- | recipes/cheesyCreamyRamen.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/cheesyCreamyRamen.html b/recipes/cheesyCreamyRamen.html index 01a4459..6a8e337 100644 --- a/recipes/cheesyCreamyRamen.html +++ b/recipes/cheesyCreamyRamen.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link href="../styles.css" rel="stylesheet"> <title>Document</title> </head> <body> |