Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question