OneCompiler

Fayera

108

@ import url(https://fints.googleapis.com/css2?family=Poppins:weight@300,400,500,600,700,800,900&display=swap");

*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family:"Poppins", sans-serif;
}

body {
display: filex;
justify-content: center;
alighn-items: center;
min-height: 100vh;
background: seagreen;
}

.wrapper {
width: 420px;
background: purple;
color: #fff;
}

.wrapper h1 {
font-size:36px;
height:50px;
background:salmon;
margin:30px;
}