diff --git a/css/main.css b/css/main.css index 79b4719..675fade 100644 --- a/css/main.css +++ b/css/main.css @@ -22,4 +22,30 @@ hr { -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75); +} + +.container { + padding: 25px; +} + +.dark { + background-color: #121314; + padding: inherit; +} + +.light { + background-color: #1c1c1f; + padding: inherit; +} + +#overlay { + background-color: rgba(0, 0, 0, 0.4); +} + +h4 { + text-align: left; +} + +p { + text-align: justify; } \ No newline at end of file diff --git a/enl/index.html b/enl/index.html new file mode 100644 index 0000000..853de60 --- /dev/null +++ b/enl/index.html @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + ENL EH + + + +
+
+
+
+
+
+ +

Enlightened East Hertfordshire

+
+
+
+
+
+
+
+ + Handcoded by Arona Jones. Kindly hosted by Github. +
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/images/enl/logo.png b/images/enl/logo.png new file mode 100644 index 0000000..77085f1 Binary files /dev/null and b/images/enl/logo.png differ diff --git a/index.html b/index.html index 786b17e..223765f 100644 --- a/index.html +++ b/index.html @@ -27,34 +27,8 @@ background-attachment: fixed; background-size: cover; } - - .container { - padding: 25px; - } - - .dark { - background-color: #121314; - padding: inherit; - } - - .light { - background-color: #1c1c1f; - padding: inherit; - } - - #overlay { - background-color: rgba(0, 0, 0, 0.4); - } - - h4 { - text-align: left; - } - - p { - text-align: justify; - } - + Arona Jones' Website - Main Page @@ -62,7 +36,7 @@
- +