Basic start

This commit is contained in:
Lani Aung
2016-04-21 15:28:17 -07:00
parent 64e7f2ebfd
commit 868c1644f6
2 changed files with 25 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>fxl codes</title>
<link href="main.css" rel="stylesheet">
</head>
<body>
<header>
fxl.codes {
</header>
<footer>
}
</footer>
</body>
</html>
+10
View File
@@ -0,0 +1,10 @@
body {
background-color: black;
color: white;
}
header,
footer {
font-size: 150px;
line-height: 1.5em;
}