SOURCE CODE CLICK Here to Donwnload
CODE
body{
background-color: #0e0e0e;
}
.card{
width: 190px;
height: 254px;
background: #fbf8f8;
border-radius: 20px;
box-shadow: 15px 15px 3px #bebebe -15px -15px 30px #ffffff ;
box-shadow: 4px 6px rgba(143, 25, 25, 0.863)
}
.card:hover{
box-shadow: 4px 6px rgba(15, 25, 161, 0.863)
}
h1{
color:#050505;
font-size: 60px;
position: relative;
top: 80px;
left: 12px;
box-shadow: 4px 4px 6px rgba(223, 0, 0, 0.5);
width: 160px;
border-radius: 12px;
}
h1:hover{
box-shadow: 4px 4px 6px rgba(0, 17, 255, 0.527);
}
<!DOCTYPE html>
<html>
<head>
<title>This is Title</title>
<link rel="Stylesheet" href="b.css">
</head>
<body>
<div class="card">
<h1>Ellina</h1>
</div>
</body>
</html>
No comments:
Post a Comment