service image fixed

This commit is contained in:
gokul subedi 2024-11-20 15:41:31 +05:45
parent faf4f7934c
commit f78bb3a2f3
3 changed files with 6 additions and 6 deletions

View File

@ -34,8 +34,8 @@
/* comming soon css --delete after removing secti */
.bgimg {
/* Background image */
background-image: url('assets/images/gokul/blog/study1.jpg');
background-color: black;
opacity: 0.7;
/* Full-screen */
height: 100%;
/* Center the background image */
@ -45,7 +45,7 @@
/* Add position: relative to enable absolutely positioned elements inside the image (place text) */
position: relative;
/* Add a white text color to all elements inside the .bgimg container */
color: white;
color: red;
/* Add a font */
font-family: "Courier New", Courier, monospace;
/* Set the font-size to 25 pixels */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 193 KiB

View File

@ -130,10 +130,10 @@
<div class="bgimg">
<div class="middle">
<h1>The form is under construction</h1>
<h1 style="color:white; opac">The form is under construction</h1>
<hr>
<p>Please let us know you in email or on whatsapp.</p>
<p>Thank you for reaching out us.</p>
<p style="color:white; font">Please let us know you in email or on whatsapp.</p>
<p style="color:white; font">Thank you for reaching out us.</p>
</div>
</div>
</div>