Some css tweaks

This commit is contained in:
Greg Shuflin 2024-10-15 20:47:14 -07:00
parent 903473d135
commit bf4aeab0e7
2 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,7 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset='utf-8'/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>Greg Shuflin - Software Developer</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link href="style.css" rel="stylesheet"/>

View File

@ -1,5 +1,11 @@
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1 {
font-family: Ubuntu;
}