projext page background
This commit is contained in:
@@ -30,8 +30,9 @@
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
|
||||
<link href="/passets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/passets/css/style.bundle.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/passets/css/chiefsoft.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body id="kt_body" class="bg-body">
|
||||
<body id="kt_body" class="bg-body-chft">
|
||||
<!--begin::Main-->
|
||||
<!--begin::Root-->
|
||||
<div class="d-flex flex-column flex-root">
|
||||
@@ -103,7 +104,7 @@
|
||||
<!--end::Input wrapper-->
|
||||
|
||||
</div>
|
||||
<div class="text-muted">Use 8 or more characters with a mix of letters, numbers & symbols.</div>
|
||||
<div class="text-muted">.</div>
|
||||
</div>
|
||||
<div class="text-center pb-lg-0 pb-8">
|
||||
<button type="button" id="kt_free_trial_submit" class="btn btn-lg btn-primary fw-bolder">
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
.bg-body-chft {
|
||||
background-image: url("/passets/media/proj-back.jpg"); /* The image used */
|
||||
/* background-color: #cccccc; Used if the image is unavailable */
|
||||
height: 500px; /* You must set a specified height */
|
||||
background-position: center; /* Center the image */
|
||||
background-repeat: no-repeat; /* Do not repeat the image */
|
||||
background-size: cover; /* Resize the background image to cover the entire container */
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 372 KiB |
Reference in New Issue
Block a user