W3C CSS 검사 결과 http://www.wowonder.xyz/read-blog/52074 (CSS 레벨 2.1)

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

URI : https://www.wowonder.xyz/read-blog/52074

30 .panel 속성 box-shadow는 CSS 레벨 2.1에 존재하지 않지만 [css3]에는 존재합니다 : 0 0 2px 2px rgba(0,0,0,0.2) 0 0 2px 2px rgba(0,0,0,0.2)

↑ 최상위

경고 (1)

URI : https://www.wowonder.xyz/read-blog/52074

21 can't find the warning message for style-type

↑ 최상위

올바른 CSS에 대한 정보

body {
height : 100%;
}
.panel {
padding : 30px;
max-width : 425px;
margin : 10% auto;
}
.title {
font-size : 1.5em;
font-weight : 100;
margin-top : 10px;
text-align : center;
}
.recaptcha-center {
margin-top : 35px;
margin-bottom : 20px;
margin-left : 13%;
margin-right : 13%;
display : block;
}

↑ 최상위