티스토리 뷰
<!DOCTYPE html> <html> <head> <meta charset="EUC-KR"> <title>Insert title here</title> <style type="text/css"> div { position: absolute; left: 100px; color: white; background-color: blue; width: 200px; height: 20px; text-align: center; border-radius: 20px; } </style> </head> <body> <div>Hello cSS</div> </body> </html>
'java,web study > 5주차 (7월 29일~8월 4일)' 카테고리의 다른 글
float 예제 (79페이지) (0) | 2013.07.31 |
---|---|
속성 (76페이지 예제) (0) | 2013.07.31 |
문장에 마진 적용 (0) | 2013.07.31 |
스타일 - 테이블만들기 (59페이지 예제) (0) | 2013.07.31 |
선택자 예제 (33페이지 예제) (0) | 2013.07.31 |
댓글