A Pen by Beibit Sakhanov on CodePen.
Created
January 28, 2019 03:28
-
-
Save bsakhanov/c2b718a95b5cffd853e1bd6694e0e660 to your computer and use it in GitHub Desktop.
First-letter, Uikit 3
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
<div class="uk-container uk-container-xsmall"> | |
<div class="uk-full-text uk-text-justify"> | |
<blockquote> | |
<p>13 декабря в Астане прошел круглый стол на тему: «20-летие накопительной пенсионной системы. Основы пенсионной системы РК».</p> | |
</blockquote> | |
<p> | |
Заседание в режиме форум-совещания состоялось по инициативе ЕНПФ при участии сотрудников Фонда, представителей Министерства труда и социальной защиты населения РК, Государственного Фонда социального страхования, Фонда Медицинского Страхования и Государственной Корпорации «Правительство для граждан», членов профсоюзов, Палаты предпринимателей и партии «НұрОтан», а также людей, стоявших у истоков становления системы, представителей СМИ, экспертов и вкладчиков (получателей).</p> | |
</div> | |
</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
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.2/js/uikit.min.js"></script> |
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
.uk-full-text blockquote + p:first-of-type::first-letter { | |
display: block; | |
margin-right: 10px; | |
float: left; | |
font-size: 4.5em; | |
line-height: 1; | |
margin-bottom: -2px; | |
} |
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
<link href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.2/css/uikit.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment