Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #66 from jeffrainey/master
Browse files Browse the repository at this point in the history
Adding Hello World CSS
  • Loading branch information
srbcheema1 authored Oct 2, 2017
2 parents d3cb1de + e7f5f4f commit 53ef68b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions hello_world.css.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World CSS</title>
<style>
#hello:before {
content: 'Hello World!';
}
</style>
</head>
<body>
<div id="hello"></div>
</body>
</html>

0 comments on commit 53ef68b

Please sign in to comment.