
body{
background-color:#44398A;
}
.profile{
width: 100px;
height: 100px;
border-radius: 100%;
border : 2px solid white;
background-image: url('ff.jpg');
background-position: center;
background-size: cover;
}
.main{
color: white;
font-size:20px;
}
.sub{
color: white;
font-size:14px;
}
</style>
</head>
<body>
<div class="profile"</div>
<h1 class="main">르탄이</h1>
<P class="sub">코딩... 좋아하세요?</P>
