service image fixed
This commit is contained in:
parent
faf4f7934c
commit
f78bb3a2f3
@ -34,8 +34,8 @@
|
|||||||
/* comming soon css --delete after removing secti */
|
/* comming soon css --delete after removing secti */
|
||||||
|
|
||||||
.bgimg {
|
.bgimg {
|
||||||
/* Background image */
|
background-color: black;
|
||||||
background-image: url('assets/images/gokul/blog/study1.jpg');
|
opacity: 0.7;
|
||||||
/* Full-screen */
|
/* Full-screen */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
/* Center the background image */
|
/* Center the background image */
|
||||||
@ -45,7 +45,7 @@
|
|||||||
/* Add position: relative to enable absolutely positioned elements inside the image (place text) */
|
/* Add position: relative to enable absolutely positioned elements inside the image (place text) */
|
||||||
position: relative;
|
position: relative;
|
||||||
/* Add a white text color to all elements inside the .bgimg container */
|
/* Add a white text color to all elements inside the .bgimg container */
|
||||||
color: white;
|
color: red;
|
||||||
/* Add a font */
|
/* Add a font */
|
||||||
font-family: "Courier New", Courier, monospace;
|
font-family: "Courier New", Courier, monospace;
|
||||||
/* Set the font-size to 25 pixels */
|
/* Set the font-size to 25 pixels */
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 193 KiB |
@ -130,10 +130,10 @@
|
|||||||
|
|
||||||
<div class="bgimg">
|
<div class="bgimg">
|
||||||
<div class="middle">
|
<div class="middle">
|
||||||
<h1>The form is under construction</h1>
|
<h1 style="color:white; opac">The form is under construction</h1>
|
||||||
<hr>
|
<hr>
|
||||||
<p>Please let us know you in email or on whatsapp.</p>
|
<p style="color:white; font">Please let us know you in email or on whatsapp.</p>
|
||||||
<p>Thank you for reaching out us.</p>
|
<p style="color:white; font">Thank you for reaching out us.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user