CSS
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*Собственно стили*/
html{
height:100%;
}
body{
min-height:90%;
position:relative;
color:#fff;
background: #141b23 url("http://websaints.net/bg.jpg") 100% 0 no-repeat;
background-size:68%;
padding:0 5%;
font:12px/18px Arial,Helvetica,sans-serif;
}
footer{
color:#9da6b5;
}
header nav{
color:#9da6b5;
position:relative;
zoom:1;
overflow:hidden;
margin:50px 0 70px;
font:14px/18px Arial,Helvetica,sans-serif;
}
header nav a{
color:#9da6b5;
text-decoration:none;
float:left;
margin:0 20px 0 0;
}
article{
font:12px/18px Arial,Helvetica,sans-serif;
width:43%;
margin:0 0 40px 0;
padding:0 53% 0 4%;
position:relative;
}
article time{
position:absolute;
bottom:0;
right:0;
color:#9da6b5;
font:10px/18px Arial,Helvetica,sans-serif;
}
article p{
margin-bottom:20px;
}
article h1{
font:24px/36px Arial,Helvetica,sans-serif;
}