This commit is contained in:
Ella Dunbar 2025-10-14 18:47:40 -05:00
parent 335c481805
commit cf5a07cae6
2 changed files with 17 additions and 0 deletions

12
index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ella</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Ella</h1>
</body>
</html>

5
style.css Normal file
View file

@ -0,0 +1,5 @@
:root {
color-scheme: light dark;
--text: light-dark(#000, #FFF);
--bg: light-dark(#EEE, #242936);
}