Some css tweaks
This commit is contained in:
parent
903473d135
commit
bf4aeab0e7
@ -1,8 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'/>
|
<meta charset='utf-8'/>
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
|
||||||
<title>Greg Shuflin - Software Developer</title>
|
<title>Greg Shuflin - Software Developer</title>
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.png">
|
<link rel="icon" type="image/x-icon" href="favicon.png">
|
||||||
<link href="style.css" rel="stylesheet"/>
|
<link href="style.css" rel="stylesheet"/>
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
|
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
|
||||||
|
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: Ubuntu;
|
font-family: Ubuntu;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user