Describe the code's functionality in 7 words or less.

by Hardik08

HTML

Best tattoos near me
Looking for the best tattoos near me? Explore creative designs and expert detailing at trusted studios offering safe, long-lasting body art.
<
Tattoo studio near me
A professional tattoo studio near me provides clean, comfortable spaces and skilled artists who bring your ideas to life.
<a href="https://www.dudostattoos.com//">DudosTattoos</a>

PostCSS (Stage 0+)

body {
  padding: 20px;
  font-family: system-ui;
}

a {
  --some-length: 256px;
  
  background-color: #20262e;
  color: #fff;
  border-radius: 3px;
  padding: 20px;
  font-size: 14px;
  display: block;
  height: var(--some-length);
  width: var(--some-length);

  &:hover {
    background-color: rgb(0 0 100% / 50%);
  }
}