Created
June 4, 2016 09:35
-
-
Save salmonmoose/3c64349edd32331266d158ef7216c3ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.fogged_img_holder { | |
padding: 10px; | |
} | |
div.fogged_img_holder img { | |
width: 100%; | |
box-shadow: 5px 5px 5px #888888; | |
} | |
div.fogged_logo { | |
width : 100%; | |
} | |
div.fogged_logo img { | |
width: 100%; | |
} | |
div#fogged_footer { | |
} | |
div#sub_footer { | |
clear: both; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment