Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- RIGHT CONTAINER --
- border: 5px solid black;
- border-style: double;
- width: 45%;
- border-radius: 0.5em 0em .5em 0em;
- height: 14.5em;
- -- LEFT CONTAINER --
- border: 5px solid black;
- border-style: double;
- width: 53%;
- border-radius: 0.5em 0em .5em 0em;
- height: 14.5em;
- position: absolute;
- bottom: 0em;
- overflow: auto;
- -- BOTTOM CONTAINER --
- border: 5px solid black;
- border-style: double;
- width: 30%;
- border-radius: .5em;
- position: absolute;
- left: 3em;
- top: .75em;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement