stripe checkout banner img 3
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
/* baner */
|
||||
.baner-section {
|
||||
background-image: linear-gradient(rgba(4, 9, 10, 0.7), rgba(4, 9, 10, 0.7)),
|
||||
url("{% static 'images/baner.jpg' %}");
|
||||
url("https://goodtimes.betadelivery.com/static/images/baner.jpg");
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
height: 100vh;
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
<!-- baner -->
|
||||
|
||||
<section class="baner-section">
|
||||
<img src="{% static 'images/baner.jpg' %}" alt="Banner" style="width: 100%; height: 100vh; object-fit: cover;">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
||||
Reference in New Issue
Block a user