반응형
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
- httpd
- 아이스키네스
- 다날
- php
- 피론
- 디아고라스
- mysl
- RaiDrive
- 프톨레 마이오스
- VMware
- 크세노크라테스
- 플로티노스
- 히파티아
- 소도마
- 아리스티포스
- PG
- CentOS
- 아낙시만드로스
- 서버
- 알키비아데스
- 아베로에스
- bridged
- short_open_tag
- 윈도우10
- 고르기아스
- A2000UA
- NetDrive
- 아낙사고라스
- ExpanDrive
- Server
Archives
- Today
- Total
목록전체 글 (93)
개발자의 하루
CentOS 기본 YUM 기준 APM
CentOS 기본 YUM 기준 Apahce MySQL PHP v6.10 2.2.15 5.1.73 5.3.3 v7.9.2009 2.4.6 15.1 Distrib 5.5.68-MariaDB 5.4.16 v8.3.2011 2.4.37 10.3.27-MariaDB 7.2.24
Server
2021. 3. 9. 12:08
check box 버튼 크게
css. 로는 잘 안되는 듯 하며 태그에 직접 넣어주니 성공 style='zoom:2.0;' 또는 input[type=checkbox] { /* Double-sized Checkboxes */ -ms-transform: scale(2); /* IE */ -moz-transform: scale(2); /* FF */ -webkit-transform: scale(2); /* Safari and Chrome */ -o-transform: scale(2); /* Opera */ padding: 10px; }
Client
2021. 2. 17. 10:47