feat: first build complete

This commit is contained in:
Smigz 2023-12-20 12:18:41 -05:00
parent f1bae19cac
commit e1d39b8a05
30 changed files with 1215 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 977 KiB

After

Width:  |  Height:  |  Size: 977 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 KiB

View file

@ -28,6 +28,7 @@ header {
min-height: 71px;
background-color: rgb(var(--rgb-light-color), 0.7);
color: var(--dark-color);
border-bottom: 1px solid var(--dark-color);
}
header>h1 {
@ -35,7 +36,7 @@ header>h1 {
padding: 0;
margin-bottom: 5px;
font-weight: 800;
font-size: rem;
font-size: 2.3rem;
}
a {
@ -71,6 +72,7 @@ a:hover {
list-style-type: none;
font-size: 1rem;
cursor: pointer;
font-weight: 400;
}
.content {

1203
restaurant/bundle.js Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

9
restaurant/index.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Restaurant - Dev</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="bundle.js"></script></head>
<body>
</body>
</html>