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 */