selector{ position: absolute; left: 0; top: 0; width: 100%; height:100%; background: #017143; clip-path: circle(550px at right 600px); }
selector{ position: absolute; left: 0; bottom:4vh; width: 200px; transform: translateX(-50%); }
selector img{ cursor: pointer; transition: 0.5s; } selector img:hover{ transform: translateY(-15px) }
data-jim|https://elementor.jimfahad.com/elementor0132/wp-content/uploads/2021/06/img1.png
@media (max-width:1024px){ selector{ clip-path: circle(380px at right 530px); } }
@media (max-width:767px){ selector{ left: 50%; } }