From 3bb091e651c03c569490464670b8f1b1034a9fd7 Mon Sep 17 00:00:00 2001 From: Yara Wagner Date: Thu, 12 Mar 2026 11:04:18 +0100 Subject: [PATCH] add css file --- index.html | 1 + style.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index ae9f219..6c19dc1 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + Yaras Website diff --git a/style.css b/style.css new file mode 100644 index 0000000..bef73aa --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +* { + font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; +} \ No newline at end of file