demo-container { display: block; border: 2px solid rgb(189, 189, 189); padding: 10px 10px 10px 50px; width: fit-content; border-radius: 4px; }
demo-object { display: block; height: 100px; width: 100px; border-radius: 40px; background-color: rgba(253, 186, 186, 0.7); border-width: 2px 5px 6px 3px; border-style: solid double solid dashed; border-color: blue green yellow red; }
demo-object:hover { background-color: rgb(255, 255, 255); }
.element { corner-block-start-shape: notch bevel; }