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 { | |
height: 2000px; | |
} | |
.container { | |
margin: 0 auto; | |
width: 960px; | |
} | |
.jWinInnerWidth, | |
.jWinInnerHeight, |
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
ul { | |
list-style-type: none; | |
} | |
h1 { | |
border-top: 1px solid red; | |
border-bottom: 1px solid #fff; | |
border-radius: 5px 5px 0 0; |
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
ul { | |
list-style-type: none; | |
} | |
h1 { | |
border-top: 1px solid red; | |
border-bottom: 1px solid #fff; | |
border-radius: 5px 5px 0 0; | |
} |
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
ul { | |
list-style-type: none; | |
} | |
h1 { | |
border-top: 1px solid red; | |
border-bottom: 1px solid #fff; | |
border-radius: 5px 5px 0 0; | |
} |
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
input[type="email"] { | |
margin: 0; | |
padding: 5px; | |
border: 1px solid black; | |
border-right: none; | |
border-radius: 6px 0 0 6px; | |
font-size: 16px; | |
} | |
input[type="submit"] { |