<style>
body{
background-color:#44398a;
}
.profile {
width: 100px;
height: 100px;
background-color: green;
border-radius: 100%;
</style>
이게 제가 입력한 코드고 ctrl+S로 저장도 했는데 화면이 이렇게 나오네요.. 뭔가 문제가 있는 걸까요? 아님 혹시 제가 빠뜨린 게 있는 걸까요?