Skip to content

Commit c5b030c

Browse files
committed
Adding style
1 parent 580d8ed commit c5b030c

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

css/styles.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body {
2+
font: normal 10px Verdana, Arial, sans-serif;
3+
}

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<!DOCTYPE html>
22
<html>
33

4+
<head>
5+
<title>Scot Nielson</title>
6+
<link href="css/styles.css" rel="stylesheet" type="css">
7+
</head>
8+
49
<body>
510
<header class="header">
611
<div class="container clearfix">

0 commit comments

Comments
 (0)