Ball
Category: Web, HTML, Tech
#area { min-width: 100px; min-height: 100px; display: flex; align-items: center; justify-content: center; position: relative; } [id^="ball"] { position: absolute; border-radius: 999px; } #ball-shadow { background-color: darkred; width: 50px; height: 50px; overflow: clip; } #ball-main { background-color: red; left: 16%; top: -9%; width: 94%; height: 94%; overflow: clip; filter: blur(6px); } #ball-s... » Continue Reading