<style>
body{
background-color: rgb(166, 190, 255);
}
.profile {
width : 100px ;
height : 100px ;
border-radius: 100%;
border :2px solid white;
background-image: url('다운로드.jpg');
background-position: center;
background-size: cover;
}
.main{
color: white;
font-size: 20px;
}
.sub{
color: white;
font-size: 14px;
}
.wrap{
}
</style>
</head>
<body>
<div class="wrap">
<div class="profile"></div>
<h1 calss="main">ㅇㅇㅇ</h1>
<p class="sub">dd</p></div>
</body>
</html>