Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <section>
<div class="container">
	<div class="row">
		<div class="col-md-3 col-xs-12">
			<div class="review">
				<div class="review-head">
					<div class="reviewer-avatar">
						<img src="http://strizhman.ru/img/review-1.png">
					</div>
					<div class="reviewer-name">
						<p>Ильдар<br>Султанов</p>
					</div>
				</div>
				<div class="review-body">
					<p><img src="http://strizhman.ru/img/review_stars.png"></p>
					<p>Отличный барбершоп. Цены отличные, мастера просто топ. Хожу туда больше года и дальше буду ходить.</p>
				</div>
			</div>
		</div>
		<div class="col-md-3 col-xs-12">
			<div class="review">
				<div class="review-head">
					<div class="http://strizhman.ru/img/reviewer-avatar">
						<img src="http://strizhman.ru/img/review-3.png">
					</div>
					<div class="reviewer-name">
						<p>Руслан<br>Закиров</p>
					</div>
				</div>
				<div class="review-body">
					<p><img src="http://strizhman.ru/img/review_stars.png"></p>
					<p>Салон просто топчик. Сходил сюда один раз, начал больше себя любить. Теперь ждите меня только тут)</p>
				</div>
			</div>
		</div>
		<div class="col-md-3 col-xs-12">
			<div class="review">
				<div class="review-head">
					<div class="reviewer-avatar">
						<img src="http://strizhman.ru/img/review-4.png">
					</div>
					<div class="reviewer-name">
						<p>Ильдар<br>Давлетшин</p>
					</div>
				</div>
				<div class="review-body">
					<p><img src="http://strizhman.ru/img/review_stars.png"></p>
					<p>Барбер просто топ: прекрасная атмосфера и мастера. Стригся у Хабиба, он просто топчик. Приду еще!</p>
				</div>
			</div>
		</div>
		<div class="col-md-3 col-xs-12">
			<div class="review">
				<div class="review-head">
					<div class="reviewer-avatar">
						<img src="http://strizhman.ru/img/review-2.png">
					</div>
					<div class="reviewer-name">
						<p>Марат<br>Батертдинов</p>
					</div>
				</div>
				<div class="review-body">
					<p><img src="http://strizhman.ru/img/review_stars.png"></p>
					<p>Спасибо мастеру Хасану) Здесь работают профессионалы, понимающие с полу слова. Можно попить кофе, пока ждешь</p>
				</div>
			</div>
		</div>
	</div>
	<div class="row justify-content-center" id="review-buttons">
		<h2 class="text-center">Ищите все отзывы на</h2>
		<div class="col-sm-2 col-xs-12">
			<a href="https://g.page/" target="_blank">
			<div class="review-button text-center">
				<img src="http://strizhman.ru/img/google.png">
			</div>
			</a>
		</div>
		<div class="col-sm-2 col-xs-12 text-center">
			<a href="https://yandex.ru/maps/" target="_blank">
			<div class="review-button">
				<img src="http://strizhman.ru/img/yandex.png">
			</div>
			</a>
		</div>
		<div class="col-sm-2 col-xs-12">
			<a href="https://2gis.ru/kazan/" target="_blank">
			<div class="review-button text-center">
				<img src="http://strizhman.ru/img/2gis.png">
			</div>
			</a>
		</div>
	</div>
</div>
</section>
              
            
!

CSS

              
                section {
	margin:50px 0;
}
.review {
	background: #FEFEFE;
	background-image: url('../img/review_background.png');
	background-size:cover;
border: 1px solid #A46534;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 5px;
padding:25px;
margin-top:10px;
}
.review .review-head {display:inline-flex;}
.review .review-head .reviewer-name p {
	font-size: 18px;
	margin-left:18px;
	font-weight: 500;
}
.review .review-head .reviewer-avatar img{
	width:45px;
	height:45px;

}
.review .review-body img {
	width:100px;
	height:auto;
}
.review .review-body p {
	font-size:15px;
}
#review-buttons {
margin-top: 50px;
text-align:center;
}
#review-buttons a:hover > .review-button {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.review-button {
	background: #FFFFFF;
border: 1px solid #CCCCCC;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 32px;
padding:10px;
}
              
            
!

JS

              
                
              
            
!
999px

Console