W3C CSS 검사 결과 http://www.canga15.hu/alkatreszek/elektromos/vilagitas/villogo/305.html (CSS 레벨 3)

검사 결과, 다음과 같은 오류들이 발견되었습니다 (5)

URI : https://canga15.hu:443

1704 .footer-specialoffer-col .sr-icon 해석 오류 [empty string]
1711 .footer-specialoffer-col .sr-icon 잘못 된 값 : font-size 알 수없는 차원의 2.2rem
1879 잘못 된 값 : display flex 는 올바른 display 값이 아닙니다 : flex flex
1879 속성 align-items는 존재하지 않는 속성입니다 : center center
1879 속성 justify-content는 존재하지 않는 속성입니다 : center center

↑ 최상위

올바른 CSS에 대한 정보

.footer-specialoffer-col {
font-weight : 600;
font-style : italic;
color : #8e8e8e;
font-size : 15px;
}
.footer-specialoffer-col p {
margin-bottom : 0;
}
.footer-specialoffer-col .pull-left {
margin-right : 10px;
}
.footer-specialoffer-col .sr-icon {
padding : 4px;
color : currentColor;
width : 40px;
height : 40px;
border : 1px solid;
display : inline-block;
line-height : 1.5em;
}
.footer-specialoffer-col .clearfix {
padding : 5px;
text-align : center;
}
.footer-specialoffer-col .clearfix img {
width : 200px;
}

↑ 최상위