L
L
Lana Dzutseva2020-06-28 13:01:32
Bootstrap
Lana Dzutseva, 2020-06-28 13:01:32

Why bootstrap styles are not included?

As soon as I didn’t dodge to connect styles, but still nothing comes out. I downloaded the archive from the official. site and tried to just insert a link. The location of the folders and their contents also seem to be in place. The 12-column grid never showed up.

As an example, I will throw in such a code.

<!DOCTYPE html>
<html>
<head>
  <title>hope</title>
  <meta charset="utf-8">
  <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
</head>
<body>
  <div class="container">
    <div class="row">
      <div class="col-xs-3">3 колонки</div>
    		<div class="col-xs-7">7 колонок</div>
    		<div class="col-xs-2">2 колонки</div>
    </div>
  </div>
</body>
</html>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dymok, 2020-06-28
@Lana_SAO

Bootstrap 4 version?
It has no xs breakpoint - https://getbootstrap.com/docs/4.5/layout/grid/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question