W
W
wiley2015-04-21 11:52:33
css
wiley, 2015-04-21 11:52:33

How to indent like on MDN site?

In general, I want to make myself a page similar to MDN, is it possible to do it like in the image below?
7c651a390bd34eedafe42d80571bc9c5.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Melnikov, 2015-04-21
@mlnkv

Of course it's possible, take it and make it up
Is it really so difficult to just rip off styles from another site? If you have problems with this, it may be worth considering whether you even need to do this?
jsbin

V
Vladimir Gorbunov, 2015-04-21
@LaBeuof

If you make up on bootstrap, then these are two blocks

<div class="container">
   <div="row">
      <div class="col-md-3">Sidebar</div>
      <div class="col-md-9">Content</div>
   </div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question