*{
background-color: pink !important;
}
p {
}
body {
transform: rotate(90deg);
}
*{
/* -webkit-transform: scale(1,1.5); */
transform-origin: 0 0;
margin-bottom: -50%;
}
img{
position: absolute;
right: 0;
bottom: 0;
width: 500px;
}
a {
font-size: 100px !important;
color: green;
}
h2 {
font-family: cursive;
text-align: right;
border:15px solid white;
text-shadow: 5px 5px 2px yellow;
}
h3 {
font-size: 64px;
letter-spacing:5px;
color: aqua;
}
div:before {
content: "😍";
color: pink !important;
text-decoration: wavy underline;
}
div:after{
content: ':(';
color: blue !important;
}
p:hover {
rotate(180deg)
}
span:hover {
rotate: (180deg)
}