Begin ENL-EH subsite

This commit is contained in:
warlordjones
2016-09-05 18:29:57 +01:00
parent 176d1f7efe
commit 95c104f381
4 changed files with 101 additions and 28 deletions

View File

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