Как потратить 15 000 000 рублей на железо для сервера?
function my_scripts() {
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.4.1' );
wp_enqueue_script( 'twentysixteen-html5', get_template_directory_uri() . '/js/html5.js', array(), '3.7.3' );
}
add_action( 'wp_enqueue_scripts', 'my_scripts' );
.item:before,
.item:after {
content: '';
width: 33px;
height: 5px;
background-color: #777777;
}
.container { position: relative; }
.container:before, {
content: '';
position:absolute;
top: 20px;
width: 100%;
height: 5px;
background-color: #777777;
}
.item {
text-align: center;
}
.item i {
display:block;
width:30px;
height:30px;
line-height:30px;
background: #fff;
}