.richard {
display: flex;
height: 80%;
width: 30%;
max-width: 40%;
overflow: hidden;
color: #BADA55;
}
.richard:before {
content: "";
background: no-repeat, url('https://stackoverflow.com/');
transform: scale(0.1);
bottom: 99%;
}
.richard:after{
content: "Loading...";
background: repeat, url('https://stackoverflow.com/');
transform: translate3d();
top:1%;
}
I hope you enjoyed my css
pun :)
I am here to:
- Extend my knowledge and learn from the best (you).
- Provide help and assistance where possible.
- Ask som real good questions.
I respect and value your time. See you around on Stackoverflow!