일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- mybatis
- json
- 암호화
- html
- web.xml
- eGovFramework
- Java
- select
- input
- 정의
- eGov
- CSS
- TO_DATE
- Oracle
- 오류
- 개념
- POI
- was
- array
- JVM
- controller
- sql
- jsp
- spring
- Ajax
- 태그
- 함수
- jQuery
- javascript
- 과정평가형
- Today
- Total
목록CSS (3)
web developer
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cyaC83/btszCLVy4Y9/Y9nUsSKVeGYMUYegT3SUg0/img.png)
#header .header_inner .shortcut_list .service_icon::before { content: ""; display: block; position: absolute; top: -2px; left: -3px; background-image: url(https://pm.pstatic.net/resources/asset/sp_main.2b96eea2.png); background-size: 434px 414px; background-position: 0px -128px; background-repeat: no-repeat; width: 54px; height: 54px } #header .header_inner .pay_area .link_pay::after { content: ..
HTML 질문1 답변1 질문2 답변2 질문3 답변3 질문4 답변4 질문5 답변5 CSS .faq{ list-style: none; margin: 0; padding: 0; } .faq > li{ padding: 8px; box-sizing: border-box; } .faq > li:nth-child(n+2){ border-top: 1px dotted #aaa6; } .faq input { display: none; } /* 질문영역 */ .faq label { display: -webkit-box; color: #000; font-size: 15px; height: 50px margin: 15px 10px 0px 10px; cursor: pointer; } /* 질문영역 check 이전 */ .faq ..