"Docs layout"
Bootstrap 4.1.1 Snippet by emremusaoglu

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!doctype html> <html lang="tr"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> <title>Hello, world!</title> <style type="text/css"> html,body { height: 100%; } .custom-list { list-style-type: none; margin: 0; padding: 0; } .custom-list > li > a { display: block; padding: .25rem 0; color: #999999; } .custom-list > li > a:hover { color: #0d925a; } </style> </head> <body> <div class="container-fluid p-0 m-0 h-100"> <div class="row h-100 p-0 m-0"> <div class="col-lg-3 col-md-12 col-sm-12 col-xl-3 p-0 hidden-md-down"> <div class="bg-light border-right h-100"> <div class="logo d-flex align-items-center justify-content-left bg-white border-bottom border-md-bottom p-4"> <a href="" class="text-decoration-none"><h3 class="d-inline-block">DocLayout</h3> <span class="badge justify-content-right badge-success font-weight-normal">v.1.0.13</span></a> </div> <ul class="custom-list p-4"> <li><a href="">Hoşgeldiniz <span class="badge badge-primary font-weight-normal float-right position-relative mt-1">1</span></a></li> <li><a href="">Kurulum için <span class="badge badge-primary font-weight-normal float-right position-relative mt-1">12</span></a></li> <li><a href="">Özelleştirilebilirlik <span class="badge badge-primary font-weight-normal float-right position-relative mt-1">5</span></a></li> <li><a href="">Geliştirme Aşaması <span class="badge badge-primary font-weight-normal float-right position-relative mt-1">6</span></a></li> <li><a href="">Kullanılabilirlik <span class="badge badge-primary font-weight-normal float-right position-relative mt-1">9</span></a></li> <li><a href="">Erişim Özellikleri <span class="badge badge-primary font-weight-normal float-right position-relative mt-1">13</span></a></li> <li><a href="">Dağıtım <span class="badge badge-primary font-weight-normal float-right position-relative mt-1">3</span></a></li> <li><a href="">Teşekkürler</a></li> </ul> </div> </div> <div class="col-lg-9 col-md-12 col-sm-12 col-xl-9 p-0"> <div class="p-4">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Vitae ratione odio voluptatem velit ad quas quia expedita quo minus voluptas laborum, ex neque saepe rerum nihil voluptatibus maiores omnis. Facere.</div> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> </body> </html>

Related: See More


Questions / Comments: