fixed html issues

This commit is contained in:
basin 2019-08-03 00:01:59 -04:00
parent d8a2766a70
commit e5b88875e0
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title> *Hissing noises* </title> <title> *Hissing noises* </title>
<link rel="stylesheet" href="sand.css"> <link rel="stylesheet" href="sand.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style> <style>
body { body {
font-family: 'Roboto' , serif; font-family: 'Roboto' , serif;

View File

@ -8,7 +8,7 @@
} }
} }
body{ body{
font-family: Verdana; font-family: roboto;
color: black; color: black;
height: 100vh; height: 100vh;
padding:10; padding:10;