add minimal stylesheet spacing

This commit is contained in:
lee2sman 2021-02-14 01:43:47 -05:00
parent f1d2448437
commit aad87ec36d
3 changed files with 7 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

View File

@ -4,11 +4,11 @@
<head>
<meta charset="utf-8" />
<!-- <link rel="stylesheet" href="style.css" /> -->
<link rel="stylesheet" href="style.css" />
<script src="lib/p5.min.js"></script>
<script src="lib/p5.sound.min.js"></script>
<title>PLogo</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<script src="turtle.js"></script>

5
style.css Normal file
View File

@ -0,0 +1,5 @@
html, body, canvas {
margin: 0;
padding: 0;
border: 0;
}