Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #container02 > .wrapper {
- position: absolute;
- z-index: 99;
- top: -25em;
- }
- #text01 {
- background: #bf111e;
- border: 1px solid black;
- border-radius: 50%;
- top: -0.5em;
- font-family: roman;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- }
- #text03 mark {
- background: black;
- border-radius: 15px 15px 15px;
- padding: 2px;
- }
- #container03 > .wrapper {
- position: absolute;
- z-index: 9;
- top: -23.25em;
- left: -1em;
- }
- @media only screen and (max-width: 600px) {
- #container03 {
- left: 0em;
- width: 20em;
- }
- }
- #container04 > .wrapper,
- #container05 > .wrapper,
- #container06 > .wrapper {
- background: white;
- border-radius: 15px 0px 0px 15px;
- height: 8em;
- overflow: auto;
- width: 14em;
- position: absolute;
- z-index: 999;
- top: -13.25em;
- left: -0.25em;
- }
- @media only screen and (max-width: 600px) {
- #container04, #container05, #container06 {
- left: 0.5em;
- }
- }
- #text04, #text06, #text08, #text10, #text12, #text14 {
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- background: radial-gradient(#bf111e 5%, #FFFFFF 50%);
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment