I like CSS shadows sometimes

This commit is contained in:
Matthew Connelly 2015-03-14 20:17:12 +00:00
parent 4be7478dc4
commit ef926c84a6
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ a:hover {
text-decoration: underline;
}
header > h1 {
text-shadow: 0px 0px 3px rgba(0,0,0,1);
}
.highlight-bk {
background-color:#e8449f;
padding:1px;