I love the structure off all your pojects and I'm really learning alot ,but I have one problem,unfortunately the javascript part does not seem to work on my windows device,not only in this tutorial but more than three
Do you have tutorial for checkout page? Including responsive payment integration using paypal and credit card? I really want to build website for real check out. Also,I would like to have video tutorial about subscription page and the checkout page?
It's because the body color is white, that's why it doesn't appear. If you inspect elements and select the body you can uncheck the white color. But I suggest you keep developing the project as you advance all the elements appear, greetings.
hello i keep getting this error when trying to get swiper to work : 'Uncaught ReferenceError: Swiper is not defined' ive followed every step of the video but its not working, please i need help
/*=============== REUSABLE CSS CLASSES ===============*/ .car__orange { --color-car: var(--orange-color); } .car__green { --color-car: var(--green-color); } .car__blue { --color-car: var(--blue-color); } The class of each color is inserted in the article tag.
Wow so amazing
Awesome! i'm adding this to my project
Great, greetings.
keep up the good work
Wow this is the best piece you have ever made. Oh my mentor great job!
Very Nice pretty clean work done
Thank's my friend regards.
awesome work bro
Thanks greetings.
Amazing ❤
Really nice!
nice work bro can you give detailed roadmap of web development
Thanks friend, I'm sharing a website for the web developer's path, greetings.
roadmap.sh/frontend
I love the structure off all your pojects and I'm really learning alot ,but I have one problem,unfortunately the javascript part does not seem to work on my windows device,not only in this tutorial but more than three
I also have same situation
My js code is not working what should I do😢
Thanks!!
💥👌
Do you have tutorial for checkout page? Including responsive payment integration using paypal and credit card? I really want to build website for real check out.
Also,I would like to have video tutorial about subscription page and the checkout page?
Hey i wanted to ask if i buy it is the site already done or i have all the images and to follow the the tutorial to make it ?
When you buy it, the project is already developed with images and all the resources.
Please Make a project By using HTML CSS and PHP
I have a problem the: Discover More 302 MPH 0 - 100 KM/H 360 KW doesn't show.
It's because the body color is white, that's why it doesn't appear. If you inspect elements and select the body you can uncheck the white color.
But I suggest you keep developing the project as you advance all the elements appear, greetings.
hello i keep getting this error when trying to get swiper to work : 'Uncaught ReferenceError: Swiper is not defined' ive followed every step of the video but its not working, please i need help
*You must first export the swiper css and swiper js files
* You must keep in mind that each tag must have the swiper class
* Here I share the swiper js code
const swiperHome = new Swiper('.home__swiper', {
speed: 1200,
effect: 'fade',
pagination: {
el: '.swiper-pagination',
clickable: true,
renderBullet: (index, className) => {
return '' + String(index + 1).padStart(2, '0') + ""
},
},
})
I have written js code correctly but it's not working why plz help
In what part of javascript can I help you?
hello im having a problem the background-color: var(--color-car); isnt working for me, cant seem to understand where i went wrong
/*=============== REUSABLE CSS CLASSES ===============*/
.car__orange {
--color-car: var(--orange-color);
}
.car__green {
--color-car: var(--green-color);
}
.car__blue {
--color-car: var(--blue-color);
}
The class of each color is inserted in the article tag.
@@Bedimcode thank you very much! this helped