Skip to content

Instantly share code, notes, and snippets.

@frazac
frazac / NABA ID — NOTES
Last active March 7, 2022 14:42
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; }