<main>
<a href="#0">Programming</a>
<a href="#0">is fun</a>
<a href="#0">if you have</a>
<a href="#0">passion!</a>
</main>
body {
background: #40BDB7;
font-size: 80%;
}
main {
background: white;
margin: 20px 0;
padding: 50px;
}
main a {
background: black;
color: white;
padding: 40px 30px;
text-decoration: none;
border-radius: 5px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.