BEAUTY

cutout text

Directions: Edit the bold text in the embed code box above the change the word, size, image, and font


 <meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {font-family: Arial, Helvetica, sans-serif;}

.image-container {
  background-image: url("https://static.showit.co/file/qQb5aklZRZm6YUDnCTRrwQ/206551/082a7064.jpg");
  background-size: cover;
  position: relative;
  height: 300px;
}

.text {
  background-color: white;
  color: black;
  font-size: 10vw
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
}
</style>




<div class="image-container">
  <div class="text">BEAUTY</div>
</div>

How to change the word: