W3C CSS 검사 결과 http://buypillsonline.space/fincar/ (CSS 레벨 2.1)

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

URI : https://parking.onamae.com/?domain=buypillsonline.space

19 * 속성 box-sizing는 CSS 레벨 2.1에 존재하지 않지만 [css3]에는 존재합니다 : border-box border-box
57 .contents 잘못 된 값 : display flex 는 올바른 display 값이 아닙니다 : flex flex
58 .contents 속성 flex-direction는 존재하지 않는 속성입니다 : column column
59 .contents 속성 gap는 존재하지 않는 속성입니다 : 60px 60px
88 해석 오류 (max-width: 640px) { body { padding: 40px 10px 140px; } .headText { font-size: 16px; margin: 0 8px 40px; text-align: left; } .contents { gap: 40px; margin: 0 8px } .contents_title { font-size: 20px; margin-bottom: 20px; text-align: left; } }

↑ 최상위

경고 (1)

URI : https://parking.onamae.com/?domain=buypillsonline.space

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

↑ 최상위

올바른 CSS에 대한 정보

body {
font-family : 'Meiryo', '��', 'MS PGothic', '-3 0��ï', Arial, sans-serif;
line-height : 1.6;
background-color : #fff;
color : #444;
font-size : 16px;
padding : 80px 40px 240px;
margin : 0;
text-align : left;
}
h1 {
position : absolute;
top : 0;
left : 0;
right : 0;
border-bottom : 1px solid #ccc;
margin : 0;
padding : 0.5em;
font-size : 100%;
text-align : center;
font-weight : normal;
}
.headText {
font-weight : normal;
font-size : 24px;
margin : 0 0 60px;
text-align : center;
}
.headText > b {
font-weight : bold;
}
.relatedSearch {
margin : 0 auto;
max-width : 600px;
}
.contents {
max-width : 1080px;
text-align : left;
margin : 0 auto;
}
.contents_title {
font-size : 20px;
font-weight : bold;
margin-bottom : 40px;
text-align : center;
}

↑ 최상위