Last active
March 7, 2022 14:42
-
-
Save frazac/0588cdc4bb98de900047 to your computer and use it in GitHub Desktop.
Web Design course — Communication design — NABA Nuova Accademia di Belle Arti Milano
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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