<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
.d1{
margin:20%;
width:fit-content;
box-shadow:0px 3px 5px gray;
}
.d2{
text-align:center;
padding:15px;
}
</style>
</head>
<body>
<div class="d1">
<img src="a.jpg">
<div class="d2">
<p>Confused Student</p>
</div>
</div>
</body>
</html>
No comments :
Post a Comment