WIP
This commit is contained in:
parent
335c481805
commit
cf5a07cae6
2 changed files with 17 additions and 0 deletions
12
index.html
Normal file
12
index.html
Normal 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
5
style.css
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
:root {
|
||||
color-scheme: light dark;
|
||||
--text: light-dark(#000, #FFF);
|
||||
--bg: light-dark(#EEE, #242936);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue