Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ A place for your styling creativity to grow

**NOTE:** *This repo is copyrighted material for your private use only and not to be shared outside of Viking Code School.*

By: Brent Mercer
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

<title>Viking CSS Garden</title>

<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Germania+One" rel="stylesheet">
</head>
<body>

Expand All @@ -16,6 +17,8 @@ <h1 class="site-title">Viking CSS Garden</h1>
<h2 class="tagline">A place for your styling creativity to grow</h2>
</header>

<hr class="divider">


<!-- Main Content -->
<main id="main-content">
Expand Down
77 changes: 73 additions & 4 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.