CSS FLEX + CSS3 примеры
display:flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content:flex-start;
align-items:stretch;
align-content:stretch;
order:0;
flex-grow:0;
flex-shrink:1;
flex-basis:auto;
align-self:center;
Составить/проверить css flex онлайн:
https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos/
@media print {
@media (min-width: 768px) {
@media (min-width: 992px) and (max-width: 1199px) {
@media only screen and (max-width:1025px), only screen and (max-device-width:1025px) {
@charset "utf-8";
* {margin:0; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
html {overflow-y:scroll;}
body {text-align:center; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#444; line-height:130%; }
a {color:#FBCB46; text-decoration:none; }
a:hover {color:#FBCB46; text-decoration:underline; }
img {max-width:100%; height:auto; }
.clear:before,
.clear:after {content:" "; display:table; }
.clear:after {clear:both; }
input:focus:required:invalid,
textarea:focus:required:invalid {
border:red 3px solid
}
input:required:valid,
textarea:required:valid {
border: green 3px solid
}
Ваш e-mail
Отправить