"стилизованный список"
Bootstrap 3.0.0 Snippet by armis

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="list1"> <ol> <li> Посадить дерево </li> <li> Построить дом </li> <li> Вырастить сына </li> </ol> </div> </div> </div>
/*! * knopki.css * <link href="http://armis.com.ua/templates/shaper_helix3/css/knopki1.css" rel="stylesheet" type="text/css" /> */ /* LIST #1 */ .list1 ol{ counter-reset: myCounter; } .list1 li{ list-style: none; } .list1 li:before { counter-increment: myCounter; content:counter(myCounter); color: white; background: #22B8F0; display: inline-block; font-size: 24px; font-weight: bold; text-align: center; margin: 5px 5px; line-height: 40px; width: 40px; height: 40px; }

Related: See More


Questions / Comments: