demo-container { display: flex; border: 2px solid rgb(189, 189, 189); padding: 25px 10px 10px; border-radius: 4px; background-image: url("../images/g.jpg"); background-size: cover; align-items: center; justify-content: center; height: 250px; width: 400px; background-repeat: no-repeat; background-position: center center; }
demo-object { display: block; background-color: rgba(255, 255, 255, 0.4); padding: 20px; margin: 30px; font-weight: bold; inline-size: 200px; block-size: 100px; }
demo-tag img { inline-size: 200px; }
.element {clip-path: circle(25%);}