Soft


<!DOCTYPE html>
<html>
<head>
<title>Soft</title>
</head>
<body>
<div class="container">
<div class="box"><img src="icons.png"></div>
<div class="box"><img src="icons.png"></div>
</div>
</body>
</html>
<style type="text/css">
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background-color: #f3f4f6;
}
.box{
position: relative;
width: 250px;
height: 250px;
margin: 25px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 25px;
background-color: #f3f4f6;
box-shadow: -15px -15px 15px rgba(255, 255, 255, 0.5),
15px 15px 15px rgba(0, 0, 0, 0.05);
}
.box:nth-child(2){
box-shadow: -15px -15px 15px rgba(255, 255, 255, 0),
15px 15px 15px rgba(0, 0, 0, 0),
inset 4px 4px 5px rgba(255, 255, 255, 0.8),
inset -4px -4px 5px rgba(0, 0, 0, 0.05),
0px 50px 40px rgba(0, 0, 0, 0.05);
}
.box img{max-width: 160px;}
</style>

Comments

Popular posts from this blog

Right click disable

Moutain

Input Placeholder