동그라미 중앙에 문자를 넣고 싶은데... 검색한거로 따라해봐도 안 됩니다 ㅠ 


스타일

.rds{ float:left; 

text-align:center; 

margin:0 auto;

background-color: rgb(100,100,100);

width: 100px; height: 100px; 

border-radius: 50px

}

.rds div{display:inline-block; text-align:center; line-height:100px}



바디태그


          <div class="rds">

              <div>

              ㅅㅂ

               </div>

          </div>




  왜 안 되지? ㅠㅠ