Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alfaraday committed Nov 8, 2017
0 parents commit 3e5017d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Seattle Metropolitans Interview</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<p>Hey there! This repo needs a README.md file. Could you add one for us?</p>
</body>
</html>
10 changes: 10 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* {
box-sizing: border-box;
background: #ADD8E6;
}

p {
margin-top: 50px;
text-align: center;
font-family: sans-serif;
}

0 comments on commit 3e5017d

Please sign in to comment.