-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a860e74
commit 3f4a175
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|