Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 코딩
- oracle
- 자바
- 서블릿
- select
- error
- 개발자
- 이클립스
- sqldeveloper
- 오라클오류
- 변수
- JS
- datatype
- 자료형
- 오라클
- 연산자
- SQL
- From
- Java
- 에러
- Servlet
- VisualStudioCode
- function
- HTML
- variable
- Operator
- CSS
- 오류
- 삐옥
- Eclipse
Archives
- Today
- Total
목록shadow (1)
뇨내

Shadow 그림자 1. text-shadow: x y blur color 2. box-shadow: npx npx npx color 블럭태그, 인라인태그 그림자 효과 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 Document .box { border: 1px solid black; width: 200px; height: 100px; margin: 20px; } /* 개체간의 중첩된 margin은 합이 아니라, 큰 마진이 적용된다. */ /* #box1 { margin-bottom: 10px; } #box2 { margin-top: 20px; } */ 상자1 상자2 상자3 안녕하세요. 삐옥이입니다...
Web/CSS
2021. 12. 17. 10:40