Created
May 24, 2017 22:40
-
-
Save sonAndrew/cb478dc56578daa68a46c4354d09b813 to your computer and use it in GitHub Desktop.
Puppy Love!
This file contains hidden or 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
| body { | |
| font-family: Helvetica,Arial,sans-serif; | |
| line-height: 1.6; | |
| background-image: url("./bg.jpg"); | |
| border: 2px solid yellow; | |
| border-radius: 5px; | |
| margin-top: 5px; | |
| margin-right: 100px; | |
| margin-bottom: 15px; | |
| margin-left: 100px; | |
| display: block; | |
| } | |
| img { | |
| padding-bottom: 15px; | |
| } | |
| a { | |
| color: #1fabe5; | |
| } | |
| ul { | |
| font-weight: bold; | |
| } | |
| #site_header { | |
| border: 1px solid yellow; | |
| background-color: #ff8523; | |
| padding-top: 25px; | |
| padding-right: 25px; | |
| padding-left: 25px; | |
| padding-bottom: 45px; | |
| } | |
| #logo { | |
| padding-bottom: 75px; | |
| } | |
| #site_header > nav > a { | |
| border: 1px solid white; | |
| border-radius: 5px; | |
| font-size: 25px; | |
| color: white; | |
| padding-top: 7px; | |
| padding-right: 35px; | |
| padding-left: 35px; | |
| padding-bottom: 7px; | |
| margin-left: auto; | |
| } | |
| div > section { | |
| padding: 25px 25px 25px 25px; | |
| } | |
| div > section > h2 { | |
| color: #1fabe5; | |
| } | |
| div > section > h3 { | |
| color: #1fabe5; | |
| } | |
| hr { | |
| border: 15px 15px 15px 15px; | |
| border-color: ##eee; | |
| } | |
| table { | |
| border-collapse: collapse; | |
| width: 1165px; | |
| } | |
| table, td, tr { | |
| border: 2px solid #046c97; | |
| } | |
| thead { | |
| background-color: #1fabe5; | |
| } | |
| thead > tr > td { | |
| padding-top: 15px; | |
| padding-right: 15px; | |
| padding-bottom: 15px; | |
| padding-left: 15px; | |
| color: white; | |
| } | |
| tbody { | |
| color: black; | |
| } | |
| tbody > tr > td { | |
| padding-top: 20px; | |
| padding-right: 50px; | |
| padding-bottom: 20px; | |
| padding-left: 50px; | |
| } | |
| form { | |
| background-color: #dddddd; | |
| border: 1px solid #dddddd; | |
| border-radius: 5px; | |
| padding-top: 25px; | |
| padding-right: 25px; | |
| padding-left: 25px; | |
| padding-bottom: 25px; | |
| } | |
| .border-labeler { | |
| border: 1px solid #ff8523; | |
| border-radius: 5px; | |
| background-color: #ff8523; | |
| color: white; | |
| padding: 12px 0px 12px 12px; | |
| } | |
| .borderr { | |
| border: 1px solid #1fabe5; | |
| } | |
| input[type=submit] { | |
| text-transform: uppercase; | |
| border: 1px solid #1fabe5; | |
| border-radius: 3px; | |
| background-color: #1fabe5; | |
| color: white; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment