Try this style for size:
<style> .ehm:after{ content: "😎"; display: inline-block; transform: rotate(0deg); font-size: 1900%; opacity: 1; animation-name: ballroll; animation-duration: 6s; animation-delay: -2s; animation-iteration-count: infinite; } @keyframes ballroll{ 0%{ content: "🤩"; transform: rotate(0deg);} 25%{transform: rotate(3deg);} 60%{content: "😎";} 75%{transform: rotate(-3deg);} 100% {content: "👍";} } } </style> <div> Try this style for size: </div> <p class="ehm" ></p>
No comments:
Post a Comment