Portfolio Pure CSS Scroll Snapping Tutorial

  Рет қаралды 185,440

Developer Filip

Developer Filip

Күн бұрын

If you want to see more tutorial like this, make sure to SUBSCRIBE!
Here is a first of many tutorials for you guys on creating fancy and fun stuff for your personal portfolios // personal websites. All of these tutorials using plain CSS or a combination of CSS and JavaScript should make your websites be top of their game, professional, with great user experience!
JOIN MY DISCORD SERVER ► / discord
FOLLOW ME ON INSTAGRAM ► / developerfi. .
CHECK ME OUT ON GITHUB ► github.com/Fil...
INQUIRIES AND COLLABORATIONS ► grebowskifilip@gmail.com
WATCH MORE OF MY VIDEOS ►
►Web Developer Reacts LATEST • Web Developer Reacts t...
► Perfect your Resume/CV • How to CREATE the PERF...
► I Built my DESK! • Building my Minimalist...
► Get Hired as a Software Developer • HOW TO get $100,000+ S...
► 6 Developer Life Hacks in 90 Seconds: • 6 SOFTWARE DEVELOPER L...
► Best Chrome Extensions for Developers: • BEST Chrome Extensions...
► Reacting to Incredible Personal Websites: • Web Developer Reacts t...
► FUN day in the life of a Developer: • FUN day in the life of...
MUSIC BY ► @epidemicsound
#developer #tutorial #webdev

Пікірлер: 320
@developerfilip
@developerfilip 3 жыл бұрын
For anyone having trouble to make the SCSS work, and you are using Visual Studio Code, you need the "Live SASS Compiler" Plugin installed and turned on :) Have fun!
@Creedoo
@Creedoo 3 жыл бұрын
Also make sure the version is 5.x since the most downloaded one is outdated (3.x)
@welikerosafloyd
@welikerosafloyd 3 жыл бұрын
@@Creedoo thanks for that info
@bhargavmahajan696
@bhargavmahajan696 3 жыл бұрын
👍
@topcringeandslander
@topcringeandslander 3 жыл бұрын
Thanks
@jayantpapola
@jayantpapola 2 жыл бұрын
Make Scss tutorial playlist plzz.
@saranyaghosh2003
@saranyaghosh2003 3 жыл бұрын
Can you please make this a series?This is really helpful!
@developerfilip
@developerfilip 3 жыл бұрын
Yup will do!
@markasgrazhulis9081
@markasgrazhulis9081 3 жыл бұрын
Thank you I'm an 11-year-old developer I'll probably be using this
@sillicon8227
@sillicon8227 3 жыл бұрын
Oh, that's cool. I'm a 14 year old devloper, found this really helpful
@pranav1615
@pranav1615 3 жыл бұрын
No, ur doge
@markasgrazhulis9081
@markasgrazhulis9081 3 жыл бұрын
@@pranav1615 dogecoin to the MOON!
@markasgrazhulis9081
@markasgrazhulis9081 3 жыл бұрын
@@sillicon8227 same
@markasgrazhulis9081
@markasgrazhulis9081 3 жыл бұрын
also watched the live stream
@stevenerixon33
@stevenerixon33 3 жыл бұрын
5 minutes in and I really like your style of teaching. Very easy to understand and code along! Subbed for sure! =)
@erin1569
@erin1569 2 жыл бұрын
Apparently, the scrollbar adds some px to the section's width (in some browsers), so the total width of each section becomes vw+scrollbar>vw resulting in an overflow x when you have a scrollbar y I usually set the width of each section to 100% instead of 100vw
@styxshy5704
@styxshy5704 2 жыл бұрын
I meet the same problem here, and I used React and tailwind-styled-components. Another issue that troubled me all these days is, when I set the horizontal overflow view, I got an X scrollbar instead of scrolling down to the left pages. I used useEffect to add an event listener to solve it. HOWEVER, I am wondering if there is any method easier? Because I don't wanna listen to the whole wheel event all the time...
@eggrat3381
@eggrat3381 Жыл бұрын
@@styxshy5704 how did you do that can u tell me?
@goytu5493
@goytu5493 3 жыл бұрын
Awesome tutorial! *Definetly* will be using this!
@InWardHayden
@InWardHayden 3 жыл бұрын
If anyone want to know how justify-content works, is depend of the flex direction, if the flex direction is row (which is by default) will be horizontal, if it is colum, will be vertical and align-items will be the one to center the things horizontal.In a nutshell, justify-content works in flex direction value.
@juanmartinaliaga6368
@juanmartinaliaga6368 2 жыл бұрын
Sr. You gained my trust. I am in shock, right now i felt like a damn pro thanks to this video. Cheers from Argentina.
@domizianoscarcelli1936
@domizianoscarcelli1936 3 жыл бұрын
Bro why didn’t this channel blow up yet
@developerfilip
@developerfilip 3 жыл бұрын
I’m waiting! Lol
@amandeepchauhan6091
@amandeepchauhan6091 3 жыл бұрын
Just 15:16 min of content have tons of knowledge,how is it even possible.... Today I was just trying to find how to make my website horizontally scroll and booooom...... KZbin algo showed me your video and now I'm proud to be your new sub 🔥🔥🔥
@developerfilip
@developerfilip 3 жыл бұрын
Glad it was helpful! :D
@isableye7164
@isableye7164 3 жыл бұрын
I just found out your channel today and being enjoying it so much. Thank you for the great content and please never stop uploading.
@nikkiivanov7995
@nikkiivanov7995 3 жыл бұрын
I just wanted to say I love your videos they are very entertaining and educational 👍
@nyoreachoja2068
@nyoreachoja2068 Жыл бұрын
Thank you so much for this. Googled so much and didn't find what I wanted much less explained in such a simple way.
@ConorBailey
@ConorBailey 3 жыл бұрын
Awesome video mate! I just implemented this with JavaScript and this way is so much easier! Thanks for sharing!
@benjaminlevinson5205
@benjaminlevinson5205 2 жыл бұрын
Been looking for a scroll snapping tutorial as good as this for a while now (just wasn't understanding it). You're a God send Filip!
@developerfilip
@developerfilip 2 жыл бұрын
Glad I was able to help you!!!!
@VIKASH1870
@VIKASH1870 3 жыл бұрын
This is what I have needed for my current project. I was using JS for this, uffff..... Thank You
@ezramengesha8165
@ezramengesha8165 3 жыл бұрын
This would be a sick series. Maybe something along the lines of teaching common/cool CSS tricks like this, or parallax scrolling, or animations.
@developerfilip
@developerfilip 3 жыл бұрын
That is the idea! It will be a series!
@ezramengesha8165
@ezramengesha8165 3 жыл бұрын
@@developerfilip great!
@CalvinBonner
@CalvinBonner 3 жыл бұрын
So sick. I'm really tired of doing this with JS& jQuery so this makes my life 100× easier!
@markasgrazhulis9081
@markasgrazhulis9081 3 жыл бұрын
I used to use smooth-scroll but this is way more fancier
@adrianjuarez4423
@adrianjuarez4423 3 жыл бұрын
This is truly amazing content, would like to see more of this "tips and tricks" or a css series. Great video!
@iDeviceSlash
@iDeviceSlash 3 жыл бұрын
please make this a series and i'd be nice if you bring more fancy yet simple stuff ✨ Cheers!
@developerfilip
@developerfilip 3 жыл бұрын
Will do!!!
@hitarthagogoi2829
@hitarthagogoi2829 3 жыл бұрын
Idk why, But I'm receiving this video multiple times in recommendation.
@developerfilip
@developerfilip 3 жыл бұрын
Woohoo! 🤪🤪
@mirchm
@mirchm 3 жыл бұрын
Just started learning some html and css. I had a rly basic tutorial, but i swear this video made me understand so much so quick(i di have some java experience). 10/10 thank you
@arogueotaku
@arogueotaku 3 жыл бұрын
did not know that you can ignore flexbox shrinking the children width by setting the child's flex to none. Learned something new from this video! +1 from me (y)
@tusharsaha321
@tusharsaha321 3 жыл бұрын
Your explanation is so good. Would love to see you make more tutorials like this.
@TECHNOLOGYENABLED
@TECHNOLOGYENABLED 3 жыл бұрын
can we have more small tutorials like this plz
@developerfilip
@developerfilip 3 жыл бұрын
Yes!
@gabrielreliquias5253
@gabrielreliquias5253 Жыл бұрын
you are awesome!! I was looking for that for so long time
@niclienquan8703
@niclienquan8703 3 жыл бұрын
I'm from Vietnam, I appreciate your video, it's quite good and useful
@user-bi3xn8dj7y
@user-bi3xn8dj7y 3 жыл бұрын
got a google reccomend for your video and wow so good ! good luck with future vids, will definitely subscribe 👍🏻
@darshandev1754
@darshandev1754 3 жыл бұрын
great tutorial, just revamping my site, and this pops up, nice timing
@newjio4334
@newjio4334 3 жыл бұрын
amazing bro just no words you did it with css !!!!
@rye013
@rye013 3 жыл бұрын
I was thinking of using this snap for my website now I finally have tutorial. Thanks a lot
@dexter2374
@dexter2374 3 жыл бұрын
Kurcze, nie dość że przy oglądaniu poradników, szlifuje angielski to na dodatek uczę się programować. Proszę o wiecej takich małych tutoriali :) Pozdrawiam
@developerfilip
@developerfilip 3 жыл бұрын
Cieszę się, będzie więcej! 😎
@soni801
@soni801 3 жыл бұрын
For the record: this does not work nicely with a computer mouse. it works great and looks amazing with a trackpad, but looks very bad if you try to use a mouse wheel on it. Therefore, I would actually recommend using JS for this instead, especially if this is something you're going to use on a professional portfolio :)
@filipjelic8806
@filipjelic8806 3 жыл бұрын
Just tried coding it, I was really disappointed when I found out that it will snap only if the next section is taking 50% of the page
@crazydevil3090
@crazydevil3090 2 жыл бұрын
please can you tell me how to do that on mouse?
@Awe88Some
@Awe88Some 2 жыл бұрын
i saw you before, anyway i will subscribe just now, because of this video, the way of teaching and css simple but amazing tricks are cool! i own you that one!)))))
@ayoubibourkelidrissi1231
@ayoubibourkelidrissi1231 3 жыл бұрын
Hey filip, i want to thank you for making this video
@subhasrini2706
@subhasrini2706 3 жыл бұрын
Really nice tutorial and I’ve not touched scss but your tutorial just blew my mind and I’ll be usin it
@jaypratap3888
@jaypratap3888 3 жыл бұрын
Great work man 🔥
@holymacaroni3319
@holymacaroni3319 3 жыл бұрын
amazing tutorial and great explanation dude! please make this a series..
@dankcommenter5889
@dankcommenter5889 2 жыл бұрын
Fantastic. This was so easy to understand as you elaborated to simply.👍
@piyushs8176
@piyushs8176 3 жыл бұрын
Thanks man, will try it out for sure :)
@NitinKankarwal
@NitinKankarwal 3 жыл бұрын
Great video Filip. I definitely will be using this
@juillotine
@juillotine 2 жыл бұрын
Yoooooo this is awesome
@mstfsgdc
@mstfsgdc 3 жыл бұрын
Awesome tutorial, thanks and please keep continue & make this a serie.
@MsMelanie117
@MsMelanie117 2 жыл бұрын
Really cool I will use it tomorrow on my project. Thank you.
@cesarduarte9313
@cesarduarte9313 3 жыл бұрын
Love this video!! Super easy to understand and very clear.. Thanks man! keep it going! love it!
@manjeetdhayal2595
@manjeetdhayal2595 3 жыл бұрын
One of the best I have ever seen ❤❤. Please continue with more such cool vedios 🦚
@jakobo5521
@jakobo5521 2 жыл бұрын
Zajebista sprawa, dzięki piękne za taki CSSowy smaczek. Pozdro! :)
@IshanKesharwani
@IshanKesharwani 3 жыл бұрын
This was such an amazing video 😍
@kreten780
@kreten780 Жыл бұрын
If you're having problems with an extra scroll bar, add "overflow: hidden;" into body class.
@himanshukamal1
@himanshukamal1 3 жыл бұрын
Hey Filip. This is beautiful. Thankyou for sharing
@omkarp9943
@omkarp9943 2 жыл бұрын
Thank you bro!! That's what I wanted🙌🏻
@michelefernandoloureiroros4366
@michelefernandoloureiroros4366 Жыл бұрын
Amazing tutorial, thanks!
@iuhere
@iuhere 2 жыл бұрын
very helpful, thank you !♥ good luck 👍for next one!
@nobody-bt7mu
@nobody-bt7mu 2 жыл бұрын
I'm so gonna use this! This is fun.
@mohammedjuzer9748
@mohammedjuzer9748 2 жыл бұрын
Hello... Your tutorials are awesome!!!! Any possible way you can make the whole tutorial on scroll animations?
@sheerasai5948
@sheerasai5948 2 жыл бұрын
Thank you Filip 😊
@adrielschmitz
@adrielschmitz 3 жыл бұрын
Super cool bro, congrats!!
@aryantnigam2246
@aryantnigam2246 3 жыл бұрын
Simple and aesthetically appealing
@dell4559
@dell4559 2 жыл бұрын
thanks bro this video really helped me for my projects
@crlntravels
@crlntravels 3 жыл бұрын
Thank you so much Filip for this helpfull video, amazing! Lots of love
@bissu21
@bissu21 3 жыл бұрын
Aaah... such a nice small css tut😁❣️
@kuzmicheff
@kuzmicheff Жыл бұрын
Great vid! Thanks for sharing!
@symamaisonsbois2281
@symamaisonsbois2281 Жыл бұрын
Brilliant! Thank you!
@Adhithya2003
@Adhithya2003 3 жыл бұрын
Damn that was so cool. Thanks
@shin5302
@shin5302 2 жыл бұрын
This is a really good explaination. Thank you!
@victorcandiani
@victorcandiani 3 жыл бұрын
Great Tutorial, thanks from Brazil
@cyrusthapa4149
@cyrusthapa4149 3 жыл бұрын
It was nice ! Do more of these !
@mouradbousba5215
@mouradbousba5215 2 жыл бұрын
easy and clear thank you Filip
@RaxtersVlog
@RaxtersVlog 3 жыл бұрын
Amazing… love it. Surely gonna give a try 🤙🤙
@VidarrKerr
@VidarrKerr Жыл бұрын
AWESOME! Thank You!!!
@patapizza3382
@patapizza3382 3 жыл бұрын
I needed this! Thanks!
@requenz_
@requenz_ 3 жыл бұрын
Very simple but informative video!
@dominiklasek4511
@dominiklasek4511 3 жыл бұрын
4:48 these moment burned my eyes... XD
@box90s13
@box90s13 3 жыл бұрын
Thank you Filip for tutorial
@pranavyeole102
@pranavyeole102 2 жыл бұрын
wow this was cool!!
@mashodrana1485
@mashodrana1485 2 жыл бұрын
love this
@itaispector6040
@itaispector6040 3 жыл бұрын
Really nice one!! thanks for sharing!
@mateopetruccelli3156
@mateopetruccelli3156 3 жыл бұрын
Nice video dude!
@ryaaan0751
@ryaaan0751 2 жыл бұрын
Thanks for this!
@ahmetcanekinci6006
@ahmetcanekinci6006 2 жыл бұрын
thanks from Turkey
@angelomancilla7153
@angelomancilla7153 3 жыл бұрын
Omg so cool, thanks 😁 regards from Perú
@momakplayz7985
@momakplayz7985 3 жыл бұрын
Hi, Ive used codepen to code what you did, and there was no animation or anything like scroll snapping. Can you please tell me why?
@darshanrajpattanaik2154
@darshanrajpattanaik2154 2 жыл бұрын
9:32 start of relevant code if parent and child are made
@mrbhaskarn
@mrbhaskarn 3 жыл бұрын
This is just awesome video tutorial Btw your accent is cool.
@HSNMSD
@HSNMSD 3 жыл бұрын
output doesn't work what do all are same way
@harishr9342
@harishr9342 3 жыл бұрын
SUPERB!!!!!!
@SweetPeachannel
@SweetPeachannel 2 жыл бұрын
How to change the background for differeent section please?
@prudhvichinnam1488
@prudhvichinnam1488 3 жыл бұрын
Please do this tutorials more ❤️
@himanshusahu6960
@himanshusahu6960 3 жыл бұрын
Amazing I going to try it now.
@manas3905
@manas3905 3 жыл бұрын
a shorthand : You can use shift+alt+down arrow instead of copy paste in vscode
@sarthaksharma4816
@sarthaksharma4816 2 жыл бұрын
Thanks bro! ♥
@prathameshladkat7352
@prathameshladkat7352 3 жыл бұрын
Sir we will love to know how to move 3d objects in js. Love ur videos❣
@kasraghasemipoo7991
@kasraghasemipoo7991 3 жыл бұрын
That was Very useful ...appreciate it
@srikarkandula5313
@srikarkandula5313 3 жыл бұрын
Love your videos
@divyashreesoni663
@divyashreesoni663 3 жыл бұрын
Fabulous explanation ✨
@developerfilip
@developerfilip 3 жыл бұрын
Thank you! ;)
@mariotheraviolieater4718
@mariotheraviolieater4718 Жыл бұрын
Snapping implenentation starts at 10:00
@kylek3534
@kylek3534 3 жыл бұрын
What IDE is that? You should do a video on your setup from the software side (what IDE, computer, project management software, etc) that you use. And maybe some go to resources for color selections or anything else you use day to day.
@marcohorodnichev9489
@marcohorodnichev9489 2 жыл бұрын
visual studio code
@djecaummeta2022
@djecaummeta2022 2 жыл бұрын
it's not an IDE, it's just a code editor, VS Code
@alexbird1507
@alexbird1507 Жыл бұрын
tf, why are you flipping my nose at the start, what did I do to you?!
@reallygoodstuff4441
@reallygoodstuff4441 3 жыл бұрын
Great work❤️
Next level personal portfolios...
15:55
Developer Filip
Рет қаралды 87 М.
Simple Pure CSS Parallax Scroll Tutorial
26:36
Developer Filip
Рет қаралды 69 М.
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 77 МЛН
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 6 МЛН
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 959 М.
I found more incredible 3D personal portfolios!!!
19:12
Developer Filip
Рет қаралды 183 М.
Using CSS custom properties like this is a waste
16:12
Kevin Powell
Рет қаралды 171 М.
You Don't Need JavaScript For This - CSS ONLY Infinite Scroll
23:35
Slaying The Dragon
Рет қаралды 115 М.
Subtle, yet Beautiful Scroll Animations
5:04
Beyond Fireship
Рет қаралды 1,7 МЛН
Award Winning Animation With Only 20 Lines Of CSS?
6:59
Hyperplexed
Рет қаралды 1,8 МЛН
Only Noobs Build Beautiful Websites
18:13
Sajid
Рет қаралды 135 М.
Crazy CSS Using By Master CSS
6:46
Lun Dev
Рет қаралды 153 М.
The secret to mastering CSS layouts
17:11
Kevin Powell
Рет қаралды 282 М.
What’s the best iPhone or Android?
0:48
Batyr White
Рет қаралды 7 МЛН
Samsung Galaxy M32 || Best Mobile Battery Review 2024
1:01
FF Prize Bond
Рет қаралды 419 М.
iPhone or Samsung Zoom😂❤️👻
1:01
BETER BÖCÜK
Рет қаралды 1,9 МЛН
Наушники dyson
0:12
Ekaterina Korea
Рет қаралды 327 М.