<div class="card">
<h1>Frontend Developer</h1>
<p>Learn how to make user-friendly websites and dynamic applications to create the best user experience</p>
<p><small>Hexlet</small></p>
</div>
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni&display=swap');
body {
width: 100vw;
height: 100vh;
margin: 20px 0 0 20px;
padding: 0;
font: 18px/1.5 "Libre Bodoni", serif;
}
.card {
width: 330px;
height: 430px;
padding: 30px;
box-sizing: border-box;
border-radius: 10px;
color: #fff;
background: linear-gradient(45deg, #4158d0 0%, #c850c0 40%, #ffcc70 90%);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.