pCss Text Shadow
/* CSS TEXT SHADOW*/
p{
text-shadow: 1px 1px rgba(0,0,0,1);
}
CSS 우선처리 키워드
div{
display: inline-block !important;
}
p{
color: red !important
}
CSS trasnsition - transform. mouse Hover Effect
div:hover{
background-color: red;
transition: ease-in 0.3s;
-webkit-transform : ease-in 0.3s;
}
php 그누보드 특정 글쓴이만 검색하고싶을때, 변수를 쿼리문에 추가하기 (0) | 2022.05.25 |
---|---|
wr_datetime의 유효하지 못한 디폴트 값을 사용하셨습니다. (57) | 2022.05.11 |
html5 table row / column merge example code (0) | 2018.12.04 |
css transform 여러개 정의하기 , CSS transform multi property (0) | 2018.11.29 |
css select 버튼 숨기기 & div 에 이미지 넣기. (0) | 2018.11.23 |
(only css + html )Full width reponsive slider codepen (0) | 2018.10.29 |