Skip to content

Instantly share code, notes, and snippets.

@despo
Last active December 27, 2015 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save despo/7328342 to your computer and use it in GitHub Desktop.
Save despo/7328342 to your computer and use it in GitHub Desktop.
http://codebar.io - HTML & CSS - Lesson 3
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>
</html>
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}
@charlieegan3
Copy link

I've suggested updating the content of these starting styles at: codebar/tutorials#128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment