Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background: #a8593c;
- }
- .robin {
- position: absolute;
- bottom: 10vh;
- right: 33vw;
- height: 80vh;
- width: 70vh;
- background-image: url('img here');
- border: 3px solid #c67759;
- background-size: cover;
- }
- .sad {
- position: absolute;
- bottom: 8vh;
- right: 78vh;
- width: 45vh;
- font-family: roboto, sans-serif;
- font-size: 10px;
- color: white;
- letter-spacing: 1px;
- line-height: 10px;
- }
- </style>
- <div class="robin"></div>
- <div class="sad">words</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement