index.html
<DOCTYPE!>
<html>
<head>
<title>Vincent's Styling Guide</title>
<link href="styles.css" rel="stylesheet" type="text/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=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
This file has been truncated. show original
styles.css
body {
font-family: Teachers;
font-size: 15px;
}
.header {
font-family: Playfair Display;
font-size: 20px;
font-weight: 15px;
color: #fff;
This file has been truncated. show original
The above is a gist of my solution on the Codecademy task" Challenge Project: Build a Website Design System." I’d like to know how I can upload this solution to my Github page.
Thanks in advance
2 Likes