+Bootstrap

This commit is contained in:
Milana
2023-09-29 10:24:57 +03:00
parent 00d1730f75
commit 4882dfffd9
3 changed files with 31 additions and 3 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
node_modules/
bootstrap/

View File

@@ -1,11 +1,21 @@
<!DOCTYPE HTML>
<html>
<html lang="ru-en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- include bootstrap -->
<script src='bootstrap/js/bootstrap.min.js'></script>
<title>Webpage!</title>
</head>
<body>
<h1>Hello, World</h1>
<div class="px-4 py-5 my-5 text-center">
<h1 class="display-5 fw-bold text-body-emphasis">hello everynyan 👽</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">gaaah!!!</p>
</div>
</div>
<body>
</html>
</html>

15
texts.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Text webpage!</title>
</head>
<body>
<h2>Hello, World</h2>
<div>
<p type="text">Text</p>
<p type="subtext">subtext</p>
</div>
<body>
</html>