S
S
SokolovArtur2016-07-13 10:26:49
css
SokolovArtur, 2016-07-13 10:26:49

What are the Material Design themes for Bootstrap .panel?

I'm doing Material Design. The output should look like this panel: I
85204ed2bc4e4e39981374561a975c82.png
use Bootstrap:

<div class="panel panel-default">
  <div class="panel-heading">Мои пройденные курсы</div>
  <div class="panel-body" style="padding: 0px;">
    <div class="list-group-item" style="border: none;">
      <div class="list-group-item-heading">Осваиваем Python за 55 дней <div class="pull-right"><button type="button" class="close"><span>&times;</span></button></div></div>
    </div>
    <hr style="margin-top: 1px; margin-bottom: 1px;" />
    <div class="list-group-item" style="border: none;">
      <div class="list-group-item-heading">Подготовка к International English Language testing System <div class="pull-right"><button type="button" class="close"><span>&times;</span></button></div></div>
    </div>
    <div style="padding: 10px 15px;">
      <div class="text-center">добавить курс <div class="pull-right"><span>+10</span></div></div>
    </div>
  </div>
</div>

Is it possible to implement Material Design using standard Bootstrap classes? Or are there third party libraries?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton, 2016-07-13
@SPAHI4

IMHO the best css framework is getmdl.io

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question