Parallax scrolling Website|How to make Website using Html Css & Javascript

Поділитися
Вставка
  • Опубліковано 13 жов 2024

КОМЕНТАРІ • 143

  • @kareemshawky2701
    @kareemshawky2701 Рік тому +318

    Bro swore on everything he loves to use every effect available in the video editing software

  • @sethunthunder
    @sethunthunder 11 місяців тому +156

    Bro didnt activate windows 💀

  • @saadsohail4690
    @saadsohail4690 8 місяців тому +49

    would've actually been helpful if you provided a still picture of the code rather than adding a goofy ahh transition every second

  • @joseeavr
    @joseeavr Рік тому +75

    He took this project from Codepen nice

    • @Jakedepzai
      @Jakedepzai 7 місяців тому +9

      Pls give me this link

    • @johnslyrics3892
      @johnslyrics3892 7 місяців тому

      ua-cam.com/video/1wfeqDyMUx4/v-deo.html

    • @mikaelneves649
      @mikaelneves649 6 місяців тому +4

      Pls give me this link

    • @joseeavr
      @joseeavr 5 місяців тому

      I lost it but I remember I watched it in UA-cam. You can search something like "parallax js"

    • @Prots0392
      @Prots0392 3 місяці тому +1

      Pls give me this link

  • @TheImpossibleAsh
    @TheImpossibleAsh Рік тому +41

    Dude, you gotta make a tutorial video on how you did that. Please

    • @YashrajThakor06
      @YashrajThakor06 Рік тому +4

      Online tutorials ka he

    • @monke6550
      @monke6550 Рік тому

      He copied the code from
      This video
      ua-cam.com/video/1wfeqDyMUx4/v-deo.html

    • @geniusdeveloper7797
      @geniusdeveloper7797 Рік тому +3

      He has copied from other websites

    • @saiyanarc7461
      @saiyanarc7461 8 місяців тому +3

      just search parallax scrolling website making tutorial

  • @_hepl
    @_hepl 5 місяців тому +16

    We have 2024 and people don't know how to record their screens

    • @kamoliddin5
      @kamoliddin5 4 місяці тому +1

      😂😅

    • @hennydoll-iv3zm
      @hennydoll-iv3zm 3 місяці тому +2

      It’s 2024 and people still don’t know proper grammar.

    • @creeper_triste
      @creeper_triste 2 місяці тому

      ​​​​​@@hennydoll-iv3zm You are missing a comma after the 2024.
      (half-joking)

    • @realwater302
      @realwater302 2 місяці тому +1

      Its 2024 and people still wipe their ass with toilet paper.(come to india!)

    • @_hepl
      @_hepl 2 місяці тому

      @@realwater302 Nah I use leaf

  • @inddangergaming
    @inddangergaming Рік тому +41

    Please make full video for this website please 🥺🥺

    • @vishalnain-e7z
      @vishalnain-e7z Рік тому

      abe chutiye usne code copy kiya h flex k liye

  • @andreibarbuto2060
    @andreibarbuto2060 Місяць тому +2

    Bro literally said: i like to edit videos more than code

  • @DrumAndSpaces
    @DrumAndSpaces 5 місяців тому +6

    Such a clean background then god awful button colors. So clashy

  • @paracodewebdev
    @paracodewebdev 2 місяці тому +1

    You are always amazing bro ❤

  • @nyxzone_
    @nyxzone_ Рік тому +66

    goofy ahhh powerpoint animations

    • @Furkan.241
      @Furkan.241 Рік тому +8

      Bro he said fuck you to my html and css knowledge 💀 ..... HOW CLEAN CAN U MAKE A WEBSITE LIKE THIS JUST WTH .... DAMM DAMM DAMM DAMM !

    • @___Manish___
      @___Manish___ 11 місяців тому +2

      ​@@Furkan.241 he probably meant that transition of the code

    • @realwater302
      @realwater302 7 днів тому

      @@___Manish___ lol

  • @wybe5048
    @wybe5048 Рік тому +22

    design is not original it's stolen

    • @alexmentor000
      @alexmentor000 9 місяців тому +1

      Yeah...i though 😂

    • @smartstudy286
      @smartstudy286 9 місяців тому +1

      Original ka link de do koi

    • @seggamulti1219
      @seggamulti1219 6 місяців тому

      Noise maker...mind ur business

    • @wybe5048
      @wybe5048 4 місяці тому +1

      ​@@seggamulti1219sad that people are agreeing with me and u calling me a noise maker

  • @Bhumika_Gandhi
    @Bhumika_Gandhi 2 місяці тому

    How to add those cards????

  • @Gorengan_TV
    @Gorengan_TV Рік тому +2

    How do you separate each element that has united in one image

    • @harmanbaidwan1713
      @harmanbaidwan1713 5 місяців тому

      To separate elements that are displayed as a single image in HTML, you can use various techniques depending on how the image is composed and what elements you want to separate. Here are a few approaches:
      1. **Image Mapping**: You can use an image map (``) along with `` elements to define clickable regions on an image. Each `` element can link to a separate URL or trigger a JavaScript function.
      ```html



      ```
      2. **CSS Sprites**: If the image is a sprite containing multiple elements, you can use CSS to display only a portion of the image at a time by adjusting the `background-position` property.
      ```html
      ```
      ```css
      .sprite {
      width: 50px;
      height: 50px;
      background-image: url('sprite.jpg');
      background-position: -50px 0; /* Adjust position to display different elements */
      }
      ```
      3. **Image Slicing**: If the image is composed of distinct elements placed together, you can use image slicing to split it into separate images using image editing software and then place them individually in your HTML.
      ```html

      ```
      4. **SVG**: If the image is an SVG, you can separate its elements directly within the SVG code using different ``, ``, or other SVG elements.
      ```html


      ```
      Choose the method that best fits your specific use case and requirements. Each method has its advantages and limitations.

  • @AlexChristian_10
    @AlexChristian_10 7 місяців тому

    I know about VSCODE and he doesn't have port code and that means that he open someone's web

  • @jdip6219
    @jdip6219 4 місяці тому

    Ohh coding video, I was waiting for a wicked villain entry

  • @maithil11
    @maithil11 Рік тому +7

    saare code to codepen se copy kiye hai

  • @sahilgormat4444
    @sahilgormat4444 Рік тому

    Which video editing app you used ???

  • @kinggbolly3105
    @kinggbolly3105 4 місяці тому

    Trying to show your editing skills or your development skill

  • @egoist.52
    @egoist.52 5 місяців тому

    Back in my day, you could see the code cause the editor didn't spam effects

  • @B4Bindas
    @B4Bindas 7 місяців тому +1

    Where is the code

  • @bloodline39
    @bloodline39 Місяць тому

    Bro, i guess you forgot to activate windows😢

  • @TheTiwari331
    @TheTiwari331 7 місяців тому

    Please step by step and Make easy to understand your Coding

  • @Mamo-21
    @Mamo-21 8 місяців тому

    Does anyone know where to find such graphics?

  • @plants_vr
    @plants_vr 5 місяців тому

    Bro showed the css before the html

  • @frrwgfda3137
    @frrwgfda3137 7 місяців тому +1

    Bro your face is visible in the screen 😂😂😅

  • @TrashBoatMO
    @TrashBoatMO 2 місяці тому

    How much would it cost to get you to make a custom website with this style of design? @onlinetutorialfrontend

  • @shamsudeen562
    @shamsudeen562 Рік тому

    Pls make the full video on how you do it 😢

  • @my_awsome_edits
    @my_awsome_edits 10 місяців тому +2

    It's fake bruhh, you copied it from somewhere lol

  • @M1szS
    @M1szS 10 місяців тому +1

    im still waiting for him to show us how to make it

  • @aryanshaw9795
    @aryanshaw9795 11 місяців тому +1

    bro can i get the source code
    ??
    i need for a school project

  • @YashrajThakor06
    @YashrajThakor06 Рік тому +4

    Online tutorials se chapna tou hame bhi athaa hi he!

  • @Long_Ilaned
    @Long_Ilaned 8 місяців тому

    С записью экрана было бы во много раз лучше, но сат получился отличным. Уважуха

  • @harshalgade2850
    @harshalgade2850 Рік тому +2

    hey can you pls upload a video

  • @kashifkhan9131
    @kashifkhan9131 Місяць тому

    Where is the source code???

  • @sakshi805
    @sakshi805 Рік тому +1

    please comment out this web site link

  • @CursiveNiax
    @CursiveNiax 2 місяці тому +1

    Let's appreciate how much good he has done

  • @YashSharma-n9o
    @YashSharma-n9o Рік тому

    Bhai aap us card ko kese move kar rahe ho

  • @iamtharunraj
    @iamtharunraj 5 місяців тому

    The navigation links look really ugly

  • @MintiYT
    @MintiYT 9 місяців тому +1

    Bro went to go edit not to teach💀

  • @salometitus2094
    @salometitus2094 2 місяці тому

    Link please

  • @Team_core
    @Team_core 7 місяців тому +1

    copy pasted 😂

  • @gssstudio9543
    @gssstudio9543 2 місяці тому

    Source code please 😅

  • @anuragbhagat4005
    @anuragbhagat4005 Рік тому

    name of the music? anyone?

  • @sathwikksk
    @sathwikksk 7 місяців тому

    tutorial ?

  • @idoNews
    @idoNews 25 днів тому

    Tutor pls

  • @H4X_VLOGZ
    @H4X_VLOGZ 2 місяці тому

    Source code please

  • @sumitgfxstudio-jf7gn
    @sumitgfxstudio-jf7gn 6 місяців тому

    It extremely easy in WordPress why you are wasting time in coding

  • @ИгорьАнашкин-й9п

    чел, активируй винду

  • @meeeet09
    @meeeet09 6 місяців тому

    Bhai Tera face reveal ho gaya😂

  • @SenseiinShadows
    @SenseiinShadows Місяць тому

    source code pls

  • @ashutoshsharma2222
    @ashutoshsharma2222 8 місяців тому

    bro use snipping tool to record screen, cmon man

  • @ocplayz1206
    @ocplayz1206 8 місяців тому

    Code?

  • @steffieIRL
    @steffieIRL Рік тому +1

    more videos please!

  • @jshmaxer8413
    @jshmaxer8413 9 місяців тому

    I got dizzy by your transition.

  • @iamsm2001
    @iamsm2001 8 місяців тому

    20min work with bootstrap 😂 javascript v nehi chaiye iske liye

  • @Nebula_7
    @Nebula_7 7 місяців тому

    Bro source code plzzz clg project ke liye chaiye 🤌🏻

  • @Cantpickafreakingname
    @Cantpickafreakingname 4 місяці тому +1

    I saw your face

  • @zioozz
    @zioozz 8 місяців тому

    Source code

  • @bhavinpurohit-c7k
    @bhavinpurohit-c7k 7 місяців тому

    Share source

  • @softworkcode8022
    @softworkcode8022 11 місяців тому

    Awesome 😎👍

  • @kartikirabatti5918
    @kartikirabatti5918 Рік тому

    Good I like the website 🎉

  • @Matin1305
    @Matin1305 9 місяців тому

    bro this is just a copy past

  • @JS-afa
    @JS-afa Рік тому

    Nice codepen steal good job.

  • @hikmatilloergashev532
    @hikmatilloergashev532 9 місяців тому

    Nice bro

  • @aspireme12351
    @aspireme12351 10 місяців тому

    source code

  • @Jisusfive
    @Jisusfive 6 місяців тому

    Alto tutorial se vió

  • @AvoAman.2397
    @AvoAman.2397 2 місяці тому

    भाई एक लड़की amazing

  • @t.gopinath3513
    @t.gopinath3513 11 місяців тому

    😮 tutorial 🔥🔥🔥🔥

  • @quizonjerremizeahm.6243
    @quizonjerremizeahm.6243 8 місяців тому +1

    Annoying edit

    • @itzgametimevip1111
      @itzgametimevip1111 7 місяців тому

      I agree with you, It made me focus the transitions instead of the code💀

  • @Arnav_XD
    @Arnav_XD 3 місяці тому

    Nice Bro Keep Growing

  • @trainerdevesh
    @trainerdevesh 7 місяців тому

    Khtrnak

  • @ItzYousof
    @ItzYousof 7 місяців тому

    Nice facerevel lmao

  • @hangeover4019
    @hangeover4019 6 місяців тому

    Its good

  • @lakhankoli2961
    @lakhankoli2961 Рік тому +2

    Codepen

  • @Kiratech234
    @Kiratech234 8 місяців тому

    Sick

  • @vijaigupta9313
    @vijaigupta9313 2 місяці тому

    I see your face

  • @jhordydominguez4929
    @jhordydominguez4929 Рік тому +1

    activa el windows xd

  • @crofux
    @crofux Рік тому

    Tu dikhra h monitor pe

  • @ablayendiaye3867
    @ablayendiaye3867 Рік тому

    Please help me🎉🎉🎉🎉🎉🎉

  • @drkxe
    @drkxe 11 місяців тому

    Beautiful face 🤭

  • @ohgeezus_
    @ohgeezus_ 9 місяців тому

    Capcut ass video 😂

  • @maximum-trollage
    @maximum-trollage 3 місяці тому

    delete this bro

  • @hike8932
    @hike8932 Місяць тому

    Ass.

  • @harshburande7023
    @harshburande7023 5 місяців тому

    Bhai, editing hi Sikh leta.

  • @UZPRO11
    @UZPRO11 Рік тому +1

    xD

  • @AhmedAli-do6dc
    @AhmedAli-do6dc Рік тому

    Good job copying for a tutiroal

  • @shypixes9860
    @shypixes9860 10 місяців тому

    Copy cat😂😂

  • @ninjagamingofficial1
    @ninjagamingofficial1 Рік тому

    Op

  • @fluroxiumcoder
    @fluroxiumcoder Рік тому

    great work 😎

  • @masdd7809
    @masdd7809 Місяць тому

    Your web project is good but your editing skill is not. Please do not edit your video again

  • @farid5434
    @farid5434 Рік тому

    aaa que pro carnal

  • @deepthiacharya9991
    @deepthiacharya9991 11 місяців тому

    Code pls

  • @viajerointer
    @viajerointer Рік тому +1

    Codepen

  • @shypixes9860
    @shypixes9860 10 місяців тому

    Copy cat😂😂