This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, section, summary, time, mark, audio, video { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
font-size: 100%; | |
font: inherit; | |
vertical-align: baseline; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="features"> | |
<div class="container"> | |
<div class="features_wrapper clearfix"> | |
<div class="features_item"> | |
<div class="features_item_icon"> | |
<span class=""></span> | |
</div> | |
<h3>text here</h3> | |
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla.</p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**** start of FEATURES ****/ | |
.features_wrapper { | |
padding: 120px 0; | |
} | |
.features_item { | |
float: left; | |
width: 33.333%; | |
box-sizing: border-box; | |
padding: 0 3.6%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ru"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<meta name="description" content="Описание сайта"> | |
<meta name="keywords" content="Ключевые слова"> | |
<link rel="shortcut icon" href="favicon.ico"> | |
<link rel="icon" href="favicon.ico"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--start of SWIPER PAGINATION--> | |
<div class="swiper_pagination"> | |
<span class="swiper_pagination_bullet swiper_pagination_bullet_active"></span> | |
<span class="swiper_pagination_bullet"></span> | |
<span class="swiper_pagination_bullet"></span> | |
<span class="swiper_pagination_bullet"></span> | |
</div> | |
<!--end of SWIPER PAGINATION--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* start of SWIPER PAGINATION*/ | |
.swiper_pagination { | |
display: block; | |
position: absolute; | |
z-index: 2; | |
transition: 300ms; | |
transform: translateX(-50%); | |
left: 50%; | |
bottom: 70px; | |
text-align: center; |
OlderNewer