From 1a7d3d30ca26d1fecf5dae52e5ff2022e6d64d28 Mon Sep 17 00:00:00 2001 From: Alexandra Armstrong Date: Thu, 19 Jan 2017 22:22:04 -0500 Subject: [PATCH] Bio page with css editing complete --- .DS_Store | Bin 0 -> 6148 bytes HTML-Bio-Page-Lab.html | 21 +++++++++++++++++++++ style.css | 12 ++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 .DS_Store create mode 100644 HTML-Bio-Page-Lab.html create mode 100644 style.css diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..87f48f569d545f984c99f78b2004201065558b9f GIT binary patch literal 6148 zcmeHKO-sZu6rAWDR=n&)(c<;V9Fv4az;$y(bQhGD?H(mktJ4WaEfQVVuSXw?H-!8YsiymXDlZl$>;$GxIv9`R2;7+YlHO`<9&;f zXkNJju7E4x3b+D0Q-Ei-YX^aqy!Hnfi%r=;bh aeD*6c_J$fo@kA&3MIZ^{l`F6V1wH}W^eMdn literal 0 HcmV?d00001 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

+

+

    +
  • "Planet of Origin: Shadow" +
  • "Independent Sergeant 57th Overlanders Brigade: Volunteer" +
  • "Current: Captain of Serenity - derelict 03-K64 Firefly-class transport" +
  • "Location - unknown" +
+

+ 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; +}