add css file

This commit is contained in:
Yara Wagner 2026-03-12 11:04:18 +01:00
parent 9fd12c228c
commit 3bb091e651
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Yaras Website</title> <title>Yaras Website</title>
</head> </head>
<body> <body>

3
style.css Normal file
View File

@ -0,0 +1,3 @@
* {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}