diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..87f48f5 Binary files /dev/null and b/.DS_Store differ diff --git a/HTML-Bio-Page-Lab.html b/HTML-Bio-Page-Lab.html new file mode 100644 index 0000000..d3f6946 --- /dev/null +++ b/HTML-Bio-Page-Lab.html @@ -0,0 +1,21 @@ + + + Firefly Bios + + + + +

Malcolm Reynolds

+

+ +

+

History

+

+

+

+ diff --git a/style.css b/style.css new file mode 100644 index 0000000..4bd3016 --- /dev/null +++ b/style.css @@ -0,0 +1,12 @@ +body { + color: white; + background-image: url(http://www.closertogod.net/Serenity/Paper%20Serenity%20Reaver%20Overview%20Left.jpg); +} + +h1 { + color: green; +} + +h2 { + color: black; +}