W3C CSS Validator results for http://canadianpharmaciesvdnh.com (CSS level 3)

Sorry! We found the following errors (24)

URI : http://canadianpharmaciesvdnh.com

19 .page Value Error : display flex is not a display value : flex flex
20 .page Property flex-direction doesn't exist : column column
21 .page Value Error : min-height Unknown dimension 100vh
26 .wrapper Value Error : display flex is not a display value : flex flex
27 .wrapper Property flex-direction doesn't exist : column column
28 .wrapper Value Error : min-height Unknown dimension 100vh
30 .wrapper Property align-items doesn't exist : center center
31 .wrapper Property justify-content doesn't exist : center center
36 .container Value Error : display flex is not a display value : flex flex
37 .container Property flex-direction doesn't exist : column column
38 .container Property align-items doesn't exist : center center
39 .container Property justify-content doesn't exist : center center
40 .container Value Error : width Unknown dimension 90vw
43 .container Value Error : height Unknown dimension 40vw
47 .container Parse Error [empty string]
48 .container Value Error : padding Unknown dimension 5vw
52 .main Value Error : display flex is not a display value : flex flex
53 .main Property flex-direction doesn't exist : column column
54 .main Property align-items doesn't exist : center center
55 .main Property justify-content doesn't exist : end end
60 .main Property overflow-wrap doesn't exist : break-word break-word
74 h1 Property overflow-wrap doesn't exist : anywhere anywhere
102 .cls-1 Parse Error --stlr-color__copy)
102 .cls-2 Parse Error --stlr-color__copy)

↑ Top

Warnings (1)

URI : http://canadianpharmaciesvdnh.com

101 You should add a 'type' attribute with a value of 'text/css' to the 'style' element

↑ Top

Valid CSS information

body, div {
box-sizing : border-box;
}
body {
background-color : #f7f7f7;
font : 18px sans-serif;
}
.page {
height : 100%;
}
.wrapper {
height : 100%;
}
.container {
position : relative;
max-width : 1000px;
min-width : 320px;
max-height : 700px;
min-height : 640px;
background : #ffffff;
padding : 50px;
}
.main {
width : 100%;
padding : 12px 0;
margin-bottom : 36px;
border-bottom : 1px solid #9e9e9e;
}
.image {
width : 50%;
}
#logo svg {
width : 250px;
height : 57px;
}
h1 {
font-weight : 600;
}
@media screen and (max-width : 1000px) {
h1 {
font-size : 25px;
}
}
@media screen and (max-width : 600px) {
h1 {
font-size : 22px;
}
}

↑ Top