Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
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
22 changes: 22 additions & 0 deletions 22 css/exercises/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>CSS Exercises</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script src="script.js"></script>
<!-- You do not need to do anything with script.js right now! Later, we will learn how to add JavaScript to websites! --->
<h1>My Very Cool Web Page</h1>
<h2>Why this Website is Very Cool</h2>
<ol>
<li>I made it!</li>
<li>This website is colorful!</li>
</ol>
<h2 id="cool-text">Why I love Web Development</h2>
<p>Web Development is a very cool skill that I love learning!</p>
<p>I love making websites because all I have to do is reload the page to see the changes I have made!</p>
</body>
</html>
1 change: 1 addition & 0 deletions 1 css/exercises/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// You do not need to do anything with script.js right now! Later, we will learn how to add JavaScript to websites!
1 change: 1 addition & 0 deletions 1 css/exercises/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Start adding your styling below! */
Morty Proxy This is a proxified and sanitized view of the page, visit original site.