my code is correct as yours but cant host it on localhost?whats issue although xampp is working in local host welcome to Y school is wreitten on top but after that no img no furthers proceed.
No worries, I’m happy to clarify! 😊 When I got to the XAMPP and localhost part: XAMPP: It’s a software that helps you run a local server on your computer. It includes Apache (web server) and MySQL (database) so you can test your PHP projects locally before going live. Localhost: This is the address (localhost) that you type into your browser to access your local server. It basically points to your computer's web server. So, when I said 'localhost', I was referring to accessing the project you’re working on in XAMPP. Let me know if you need a more detailed step-by-step or if something specific is confusing you
Thanks for your comment! To change the background, you’ll need to modify the CSS code. Here’s how you can do it: Change the Background Image: In the CSS, look for the following line: background: url(../img/bg.jpg); Replace ../img/bg.jpg with the path to your new background image. For example: background: url(../img/new-background.jpg); Change Background Color: If you want to change the background color instead of using an image, you can modify the background property like this: background: rgba(255, 255, 255, 1); /* This sets a solid white background */ Using a Gradient: If you prefer a gradient background, you can use: background: linear-gradient(to right, #ff7e5f, #feb47b); /* This creates a gradient from pink to orange */ Important Note: Make sure the path to the image is correct relative to your CSS file's location. After making these changes, save your CSS file and refresh your page to see the new background CSS: .body-home, .body-login { background: url(../img/bg.jpg); background-size: cover; background-attachment: fixed; } .black-fill { background: rgba(0,0,0, 0.7); min-height: 100vh; }
Impressive effort from scratch all the way to finish!
Thanks!
Excited to code along! 🖖🏻🤘🏻😎🤖
very gooooooooooooooooooooooooooooooooooood elias you are best programmer
Thank you so much! I really appreciate your kind words! If you have any questions or need further assistance, feel free to ask. Happy coding! 😊
I like your BG music it's relaxing! :))
Glad you enjoy it!
the background image that not show why?
Waiting for part 2🤗
good tutorial, simple and friendly...
my code is correct as yours but cant host it on localhost?whats issue although xampp is working in local host welcome to Y school is wreitten on top but after that no img no furthers proceed.
This is brilliant
Please i got confused when you got to the x amp and localhost point🙏
No worries, I’m happy to clarify! 😊 When I got to the XAMPP and localhost part:
XAMPP: It’s a software that helps you run a local server on your computer. It includes Apache (web server) and MySQL (database) so you can test your PHP projects locally before going live.
Localhost: This is the address (localhost) that you type into your browser to access your local server. It basically points to your computer's web server.
So, when I said 'localhost', I was referring to accessing the project you’re working on in XAMPP. Let me know if you need a more detailed step-by-step or if something specific is confusing you
is this only php and mysql, alone?
Sure
Apakah ini bisa untuk universitas ?
Is this course from scratch? back end and front end? Both of them?
how to change the background
Thanks for your comment! To change the background, you’ll need to modify the CSS code. Here’s how you can do it:
Change the Background Image: In the CSS, look for the following line:
background: url(../img/bg.jpg);
Replace ../img/bg.jpg with the path to your new background image. For example:
background: url(../img/new-background.jpg);
Change Background Color: If you want to change the background color instead of using an image, you can modify the background property like this:
background: rgba(255, 255, 255, 1); /* This sets a solid white background */
Using a Gradient: If you prefer a gradient background, you can use:
background: linear-gradient(to right, #ff7e5f, #feb47b); /* This creates a gradient from pink to orange */
Important Note: Make sure the path to the image is correct relative to your CSS file's location.
After making these changes, save your CSS file and refresh your page to see the new background
CSS:
.body-home, .body-login {
background: url(../img/bg.jpg);
background-size: cover;
background-attachment: fixed;
}
.black-fill {
background: rgba(0,0,0, 0.7);
min-height: 100vh;
}
Excellent 😍
Thanks 😊
@@CodingwithElias teacher u should explain while type hehehe
Whats the name of the app that is using?
Sublime text
pls drop a link so i can clone it thanks
👍👍👍👍👍 👏👏👏👏👏👏 🙏🙏🙏🙏🙏👌👌👌👌👌 Very Nice, Thanks Elias Ji !
I want to like php,thanks up
hlw bro, voice kothai???
Cēṣṭā karachi
the navbar doesn't work 🥲
the bootstrap framework needs internet connection.
@@CodingwithElias I have good network but it still doesnt
Nvm...i found a way to make it work
@Exclema I'm also facing the same issue, please how did you solve the problem 🙏.