Skip to content

Commit

Permalink
init - start 'er up
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentArchitect committed May 13, 2024
1 parent a860e74 commit 3f4a175
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
16 changes: 16 additions & 0 deletions 00-Code/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
body {
color: #D3D3D3;
background-color: #020202;
font-family: "Anonymous Pro", monospace;
}

p {
font-family: "Poppins", sans-serif;
/* letter-spacing: -0.05em; */
font-size: 16px;
}

.main-title {
text-transform: uppercase;
color: #fff;
}
Empty file removed 00-Code/css/styles.scss
Empty file.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/garden/00-Code/css/styles.scss">
<link rel="stylesheet" href="../00-Code/css/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Inconsolata:wdth,[email protected],200..900&display=swap" rel="stylesheet">
<title>Latent Architect's Garden</title>
</head>
<body>
Expand All @@ -12,7 +15,7 @@
<div class="container-wrapper-content">
<div class="wrapper-section-landing">
<div class="wrapper-text-title">
<h1>The Garden</h1>
<h1 class="main-title">The Garden</h1>
</div>
<div>
<p>
Expand Down

0 comments on commit 3f4a175

Please sign in to comment.