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
- MYSQL
- 네이버스마트 에디터
- 톰캣
- @RequestBody
- java
- SSL
- 전자정부 표준프레임워크
- html
- RADIO
- 문자열
- 이클립스
- maven
- null
- checbox
- 웹 플랫폼 설치 관리자
- DB
- 호환성
- exception
- 날짜
- HTML5
- php
- Oracle
- jquery
- spring form tag
- 스크립트
- switch
- json
- 한글
- 오라클
- JSTL
Archives
- Today
- Total
개인적인 정리
backgroundcolor 없애기 본문
red class 에 background color 가 들어가 있을 때 아래와 같이 backgroundcolor 에서 색상을 제거해준다.
c_red, .red {
color: #e13d00;
background-color: transparent !important;
}
'HTML & CSS' 카테고리의 다른 글
HTTP 응답코드(HTTP 상태코드) (0) | 2020.08.19 |
---|---|
이미지 엑박 대신 기본이미지 (0) | 2019.05.03 |
ie에서 display:inline-block이 먹지 않을 때 (0) | 2017.03.14 |
브라우저내에서 화면캡쳐 html2canvas (0) | 2017.02.13 |
Uncaught DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported. (0) | 2017.02.13 |
툴팁 css (0) | 2016.12.19 |
[css]이미지 리사이징, 화면(영역)보다 이미지가 클 때 (0) | 2016.12.11 |
미디어 쿼리 기본 분기 (0) | 2016.12.05 |
Comments