Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whole code updated #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
14 changes: 1 addition & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
//new code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS Fundamentals</title>

<!-- Un-comment the following line to see what the document looks like with the CSS Reset applied -->
<!-- <link rel="stylesheet" href="http://meyerweb.com/eric/tools/css/reset/reset.css"> -->

<!-- Un-comment the following line to see wht the document looks like with Normalize applied -->
<!-- <link rel="stylesheet" href="https://necolas.github.io/normalize.css/5.0.0/normalize.css"> -->

<!-- HINT: Only uncomment one of the above at a time and make sure to refresh your browser to see the effects! -->

<!-- Re-comment both of the above <link> tags once you've seen their effect -->

<!-- Create another <link> tag to import the styles.css file -->
<!-- That file is where you will put your styles -->
</head>
<body>
<header>
Expand Down