initial set up for new-years-25 event

create directory structure
create html and css files for displaying in a web browser
This commit is contained in:
emma 2025-01-29 16:06:45 -05:00
parent bb0d3fce39
commit 4e6c95c279
2 changed files with 21 additions and 0 deletions

View File

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

View File

@ -0,0 +1,8 @@
*, *::before *::after {
margin: 0;
padding: 0;
}
html {
font-size: 16px;
}