Skip to content

Instantly share code, notes, and snippets.

@frazac
Last active March 7, 2022 14:42
Show Gist options
  • Save frazac/0588cdc4bb98de900047 to your computer and use it in GitHub Desktop.
Save frazac/0588cdc4bb98de900047 to your computer and use it in GitHub Desktop.
Web Design course — Communication design — NABA Nuova Accademia di Belle Arti Milano
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
<meta charset="UTF-8" />
<style type="text/css">
* { font-family: Verdana, Arial, sans-serif; }
body { background-color: #fff; cursor: default; }
h1 { font-size: 15pt; }
p { font-size: 10pt; }
</style>
</head>
<body>
<h1>Web design 2015/16</h1>
<p>I love CSS</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment