일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 1521
- 증가값
- Excel
- 파일질라설치오류
- FileZilla설치
- 주석이 먹히지 않을 때
- 파일질라설치
- calc.minus
- ctrl+/
- SUB함수
- slideUp
- 소스트리인증실패
- calc.plus
- addClass
- Math.floor()
- Math.round()
- index %
- selectedIndex
- Math.ceil()
- toFixed()
- push오류
- selectoptions
- excel중복체크
- hide
- Git
- FileZilla다운로드
- removeClass
- 파일질라다운로드
- Parent
- is_check
- Today
- Total
목록JAVA_EE/CSS (49)
잡동사니에도 사랑을
DOCTYPE html> Insert title here body { background-color: linen; color: blueviolet; } h2 { text-align: right; color: blue; } span { background-color: skyblue; color: blue; } 손연재 저는 체조 선수 손연재입니다. 음악을 들으면서 책읽기를 좋아합니다. 김치찌개와 막국수를 무척 좋아합니다.
////////exam08 DOCTYPE html> Insert title here
DOCTYPE html> Insert title here 부모 스타일 상속 자식 태그는 부모의 스타일을 상속받는다.
////////exam06 DOCTYPE html> Insert title here @import url(../css/myStyle.css); 아이유 어쩜 이렇게 하늘은 또 파란건지. 눈물이 차올라서 고개 들어. 흐르지 못하게 또 활짝 웃어. ////////myStyle @charset "UTF-8"; body{ background-color: linen; color: lightcoral; margin-left: 30px; margin-right: 30px; } h3{ text-align: center; color: darkred; margin: 30px; }
DOCTYPE html> Insert title here p { color: midnightblue; font-size: 15px; } 정국 오페라를 좋아하고 BTS를 좋아하고 김치부침개를 좋아하고 콩비지찌개를 좋아합니다.
DOCTYPE html> Insert title here body{ background-color: linen; color: lightcoral; margin-left: 30px; margin-right: 30px; } h3{ text-align: center; color: darkred; margin: 30px; } 아이유 어쩜 이렇게 하늘은 또 파란건지. 눈물이 차올라서 고개 들어. 흐르지 못하게 또 활짝 웃어.
DOCTYPE html> 스타일이 있는 웹 페이지 body{ background-color: mistyrose; } h3{ color: firebrick; } hr{ border: 5px solid rosybrown; } span{ color: paleviolentred; font-size: 20px; } CSS 스타일 맛보기 나는 웹 프로그래밍을 좋아합니다.