Browse Source

Example with 1 and 2 sidebars

Volodymyr Tkach 2 years ago
parent
commit
b88d80666c
2 changed files with 66 additions and 1 deletions
  1. 65 0
      css/layouts/cp2/example-sidebar-1.html
  2. 1 1
      css/layouts/cp2/example-sidebar-2.html

+ 65 - 0
css/layouts/cp2/example-sidebar-1.html

@@ -0,0 +1,65 @@
+<!doctype html>
+<html lang="uk">
+	<head>
+		<meta charset="utf-8" />
+		<meta name="theme-color" content="#1e375a" />
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<title>Sidebar 1</title>
+		<link rel="stylesheet" href="./../../reboot.css">
+		<link rel="stylesheet" href="./../../grid.css">
+		<link rel="stylesheet" href="./base.css">
+	</head>
+	<body class="cp">
+		<header>
+			<div class="container-fluid">
+				Header
+			</div>
+		</header>
+		<div class="container-fluid">
+			<div class="row main">
+				<div class="col-12 col-sm-2 col-md-2 col-lg-3 col-xl-2 sidebar sidebar-left order-1">
+					<div class="scroll">
+						Left
+					</div>
+				</div>
+				<div class="col-12 col-sm-8 col-md-8 col-lg-9 col-xl-10 content order-3">
+					<div class="scroll">
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content<br>
+						Content
+					</div>
+				</div>
+			</div>
+		</div>
+	</body>
+</html>

+ 1 - 1
css/layouts/cp2/example.html → css/layouts/cp2/example-sidebar-2.html

@@ -4,7 +4,7 @@
 		<meta charset="utf-8" />
 		<meta name="theme-color" content="#1e375a" />
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
-		<title>Index</title>
+		<title>Sidebar 2</title>
 		<link rel="stylesheet" href="./../../reboot.css">
 		<link rel="stylesheet" href="./../../grid.css">
 		<link rel="stylesheet" href="./base.css">