<div class="container">
</div>
@import url("https://fonts.googleapis.com/css?family=Gochi+Hand");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
width: 100vw;
min-height: 100vh;
margin: 0;
background-color: #291642;
font-family: "Gochi Hand", sans-serif;
font-size: 100%;
letter-spacing: 0.1rem;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-blend-mode: hue;
}
.container {
width: 150px;
height: 150px;
display: flex;
position: relative;
box-shadow: 0 0 0 1px #f36;
justify-content: center;
align-items: center;
}
.container {
background: url("//www.w3cplus.com/sites/default/files/blogs/2020/2008/css-percentage-unit-14.png")
no-repeat;
background-size: 100%;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.