anwi
This commit is contained in:
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
*, ::before, ::after {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box; }
|
||||
|
||||
html {
|
||||
font-size: 16px; }
|
||||
|
||||
.bg-green {
|
||||
background-color: #3BB78F;
|
||||
background: linear-gradient(90deg, #3BB78F 0%, #0bab64 35%, #3bb78f 100%); }
|
||||
|
||||
.banner_heading_4 {
|
||||
font-size: 4rem; }
|
||||
|
||||
.subtitle_1 {
|
||||
font-size: 1rem; }
|
||||
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
|
||||
<link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="./../../css/main.css" />
|
||||
<title>project</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="bg-primary">hello</div>
|
||||
|
||||
<script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Vendored
+28
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
|
||||
<link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="./../../css/main.css" />
|
||||
<title>project</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class=" bg-green vw-100 vh-100">
|
||||
<div class="container h-100 text-white">
|
||||
<div class="col-sm-4 pt-5">
|
||||
<h1 class="banner_heading_4">Anwi xCreate</h1>
|
||||
<div class="subtitle_12">2.5 Resolution | 120 Hz Refresh Rate</div>
|
||||
</div>
|
||||
<div class="col-sm-7">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user