diff --git a/html/votd.html b/html/votd.html
new file mode 100644
index 0000000..16aa892
--- /dev/null
+++ b/html/votd.html
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+ VOTD
+
+
+
+
1 Sneedalonians 4:2
+
"Thou shalt do good CSS development for the glory of the LORD"
+
+
+
\ No newline at end of file
diff --git a/media/kjv_background.jpg b/media/kjv_background.jpg
new file mode 100644
index 0000000..63958c8
Binary files /dev/null and b/media/kjv_background.jpg differ
diff --git a/styles/fonts/Arizonia-Regular.ttf b/styles/fonts/Arizonia-Regular.ttf
new file mode 100644
index 0000000..7f7341f
Binary files /dev/null and b/styles/fonts/Arizonia-Regular.ttf differ
diff --git a/styles/fonts/Parisienne-Regular.ttf b/styles/fonts/Parisienne-Regular.ttf
new file mode 100644
index 0000000..7206613
Binary files /dev/null and b/styles/fonts/Parisienne-Regular.ttf differ
diff --git a/styles/votd.css b/styles/votd.css
new file mode 100644
index 0000000..290bce3
--- /dev/null
+++ b/styles/votd.css
@@ -0,0 +1,28 @@
+* {
+ text-align: center;
+ background-color: rgb(35, 35, 36);
+}
+
+@font-face {
+ font-family: Arizona-Regular;
+ src: url(./fonts/Arizonia-Regular.ttf);
+}
+
+@font-face {
+ font-family: Parisienne;
+ src: url(./fonts/Parisienne-Regular.ttf);
+}
+
+.verse-title {
+ background-color: aqua;
+ font-size: 50px;
+ text-align: center;
+ margin: auto;
+ font-family: Parisienne;
+}
+
+.verse-text {
+ color: bisque;
+ margin-top: 20px;
+ font-size: 20px;
+}