JS
CSS3
User Interaction for MODERN browsers
Content and functional representation for MODERN browsers
Support for OLDER browsers
Applicable for big portals with hundreds of items
Support for OLDER browsers
One version of layout
Necessity of initial requirements for whole interface design
Optimal utilization of all devices
Continuity interface
Global solutions for the new interconnected world.
alignment on baseline
Global solutions for the new interconnected world.
alignment on container
alignment on container
left (0), top (0), bottom (0), right (0), margin (auto)
::before contains width (1%), height (100%), vertical-align (middle)
::before
left (50%), top (50%), transform: translate(-50%, -50%);
container { padding-bottom:70px; }
footer { position: absolute; height: 70px; left:0; bottom:0;}
container
footer
wrapper { height: 100%; }
container { min-height: 100%; box-sizing: border-box; padding-bottom: 70px; }
footer { box-sizing: border-box; height: 70px; margin-top: -70px; }
container
footer
footer { box-sizing: border-box; height: 70px; }
container
footer
td
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae massa sed arcu...
+ table-layout (fixed) for
.icon::after {
line styles
content: "";
position: absolute;
top: 9px;
left: 11px;
width: 3px;
height: 7px;
margin-top: 0;
background: #ccc;
transform: rotate(-45deg);
border-radius: 2px;
}
.icon::after {
triangle styles
content: "";
height: 0;
width: 0;
border-style: solid;
border-width: 5px 9px 5px 0;
border-color: transparent #ccc transparent transparent;
position: absolute;
top: 4px;
left: 8px;
}
Если не удалось найти и скачать презентацию, Вы можете заказать его на нашем сайте. Мы постараемся найти нужный Вам материал и отправим по электронной почте. Не стесняйтесь обращаться к нам, если у вас возникли вопросы или пожелания:
Email: Нажмите что бы посмотреть