Skip to content

Instantly share code, notes, and snippets.

@Maruz
Last active February 4, 2020 11:11
Show Gist options
  • Save Maruz/438cf5655a2d4d4b42b9 to your computer and use it in GitHub Desktop.
Save Maruz/438cf5655a2d4d4b42b9 to your computer and use it in GitHub Desktop.
HTML document
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>En HTML mal</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<!-- Innhold som skal vises på nettsiden skal legges inn mellom body-tagene -->
</body>
</html>
body {
margin: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment