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 |
Tags
- 자료형
- 개발자
- Eclipse
- 코딩
- function
- 에러
- VisualStudioCode
- HTML
- 오류
- 연산자
- datatype
- JS
- 이클립스
- Servlet
- oracle
- 오라클오류
- Operator
- From
- select
- 변수
- SQL
- Java
- 삐옥
- CSS
- 자바
- 오라클
- sqldeveloper
- error
- 서블릿
- variable
Archives
- Today
- Total
목록shadow (1)
뇨내
[CSS-Visual Studio Code] shadow 그림자
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