Removing logo from simple presentation css

This commit is contained in:
Todd Stoffer 2017-07-05 09:57:15 -04:00 committed by GitHub
parent 4b30b91c83
commit 26db6a1288
1 changed files with 0 additions and 10 deletions

View File

@ -283,13 +283,3 @@ body {
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/*********************** Footer **************/
body:after {
content: url(../../../images/logo.png);
position: fixed;
bottom: 3.5em;
left: 3.5em;
}