feature detect css
@supports (flex-flow: row) and (flex: 1) {
main {
display: flex;
}
main div {
padding-right: 4%;
flex: 1;
}
main div:last-child {
padding-right: 0;
}
}
feature detect css
@supports (flex-flow: row) and (flex: 1) {
main {
display: flex;
}
main div {
padding-right: 4%;
flex: 1;
}
main div:last-child {
padding-right: 0;
}
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us