<a href="//www.w3cplus.com/sites/default/files/blogs/2020/2002/Neumorphism-2.jpg">Neumorphism UI</a>

<a href="//www.w3cplus.com/sites/default/files/blogs/2020/2002/Neumorphism-2.jpg" download>Neumorphism UI(显式设置了download)</a>

<a href="//www.w3cplus.com/sites/default/files/blogs/2020/2002/Neumorphism-2.jpg" download="Neumorphism">Neumorphism UI(显式设置了download,并指定了值为“Neumorphism”)</a>
@import url('https://fonts.googleapis.com/css?family=Gochi+Hand');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  min-height: 100vh;
  font-family: 'Gochi Hand', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  font-size: 4vh;
  margin: 3vh;
  font-weight: 900;
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.