<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
body{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-image: linear-gradient(to right, #a18cd1, #fbc2eb);
}
.demo01{
position: relative;
height: 300px;
width: 500px;
text-align: center;
background-color: rgb(233, 193, 230,.6);
border-radius: 10px;
box-shadow: 2px 2px rgb(0, 0, 0,0.2);
}
h2{
color: rgb(0, 0, 0,0.4)
}
button{
position: absolute;
left: 180px;
top: 200px;
height: 30px;