Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*HTML*/
- <div id="banner">
- <n>The Story of Tonight</n>
- <m>Something you will never see again
- No matter what she tells you
- Let’s have another round tonight
- Raise a glass to the four of us</m>
- </div>
- /*CSS*/
- #banner {
- width: 300px;
- margin: 0 auto;
- margin-top: 200px;
- margin-bottom: 200px;
- }
- #banner n {
- font: 60px 'Anton', sans-serif;
- text-transform: uppercase;
- font-weight: bold;
- width: 270px;
- display: block;
- line-height: 100%;
- color: #C3DE48;
- border-left: 10px solid #C3DE48;
- padding-left: 40px;
- position: relative;
- top: 120px;
- left: 70px;
- }
- #banner m {
- font: 7px arial;
- text-transform: uppercase;
- letter-spacing: 1px;
- display: block;
- text-align: justify;
- margin-top: 5px;
- width: 266px;
- background: #fff;
- padding: 13px;
- position: relative;
- top: 120px;
- left: 70px;
- }
- #banner o {
- display: block;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 0 200px 700px;
- border-color: transparent transparent rgba(195, 222, 72, 0.5) transparent;
- position: relative;
- top: 65px;
- float: right;
- }
Advertisement
Add Comment
Please, Sign In to add comment