Wow this is the best piece you have ever made. Oh my mentor great job!
@motivatedmomin6 ай бұрын
Very Nice pretty clean work done
@Bedimcode6 ай бұрын
Thank's my friend regards.
@julianvelez65636 ай бұрын
awesome work bro
@Bedimcode6 ай бұрын
Thanks greetings.
@Ryanv446 ай бұрын
Amazing ❤
@cami_fdez84676 ай бұрын
Really nice!
@RACE_OFF246 ай бұрын
nice work bro can you give detailed roadmap of web development
@Bedimcode6 ай бұрын
Thanks friend, I'm sharing a website for the web developer's path, greetings. roadmap.sh/frontend
@glennwarindu45804 ай бұрын
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
@SaniyaKhan-wg1dl3 ай бұрын
I also have same situation
@SaniyaKhan-wg1dl3 ай бұрын
My js code is not working what should I do😢
@mr.fabian84716 ай бұрын
Thanks!!
@hariprasatht90826 ай бұрын
💥👌
@angelsub91846 ай бұрын
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?
@ilianavall2 ай бұрын
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 ?
@Bedimcode2 ай бұрын
When you buy it, the project is already developed with images and all the resources.
@PainduPetsАй бұрын
Please Make a project By using HTML CSS and PHP
@RahafTarek-ft4ql6 ай бұрын
I have a problem the: Discover More 302 MPH 0 - 100 KM/H 360 KW doesn't show.
@Bedimcode6 ай бұрын
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.
@juiub4 ай бұрын
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
@Bedimcode4 ай бұрын
*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') + "" }, }, })
@SaniyaKhan-wg1dl3 ай бұрын
I have written js code correctly but it's not working why plz help
@Bedimcode2 ай бұрын
In what part of javascript can I help you?
@juiub4 ай бұрын
hello im having a problem the background-color: var(--color-car); isnt working for me, cant seem to understand where i went wrong
@Bedimcode4 ай бұрын
/*=============== 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.