10 Stunning CSS 3D Effect You Must See

Поділитися
Вставка
  • Опубліковано 18 лис 2024
  • Cool CSS 3D effect that you should not miss! Light up your ideas for web design with 10 handpicked 3D CSS examples. Source code is available at: redstapler.co/...
    Follow us on
    Facebook: / theredstapler
    Website: redstapler.co/
    Twitter: / redstapler_twit

КОМЕНТАРІ • 560

  • @RedStapler_channel
    @RedStapler_channel  6 років тому +522

    Guys, I'm so sorry. Number# 2 effect was made with three.js and not CSS. It was an error when I put together this video. I'll make sure all the information on next videos are accurate. Thanks for watching and support us :)
    You can get source code (click at each image) at: redstapler.co/10-stunning-css-3d-effect-must-see/

    • @jonaskohl13
      @jonaskohl13 6 років тому +13

      Number 10 was also made with THREE.js and not with CSS

    • @MuhammadAbdullah-wu2fg
      @MuhammadAbdullah-wu2fg 6 років тому +1

      please please can u tell me whats the source code of Number 8.3D transform element

    • @MuhammadAbdullah-wu2fg
      @MuhammadAbdullah-wu2fg 6 років тому +1

      please please can u tell me whats the source code of Number 8.3D transform element

    • @RedStapler_channel
      @RedStapler_channel  6 років тому +2

      tympanus.net/codrops/2013/08/27/3d-shading-with-box-shadows/

    • @muhammadusman7217
      @muhammadusman7217 6 років тому +2

      Red Stapler, Omg I'm in love with these designs 😃😍 cool bro keep it up!

  • @jayanths1221
    @jayanths1221 6 років тому +1686

    FFS, I can't even get the text to align to the center of the screen..

    • @mr21_
      @mr21_ 6 років тому +104

      Don't worry.. nobody knows how to do it before displayFlex :D

    • @shina7418
      @shina7418 6 років тому +48

      :/

    • @Makwayne
      @Makwayne 6 років тому +3

      stuck at the same thing, hahahah

    • @briandoesstuff4831
      @briandoesstuff4831 6 років тому +7

      Its been a while. Maybe I should get back into some CSS. Aligning text to center might be difficult, but I remember it being easier the more I played around with it.

    • @shiro9399
      @shiro9399 6 років тому +64

      text-align: center;
      or
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);

  • @AdroSlice
    @AdroSlice 6 років тому +294

    Or: How to crash IE.

    • @harblot
      @harblot 5 років тому +3

      😂😂😂😂😂😂

    • @MrNerpp
      @MrNerpp 5 років тому +2

      Doesn't matter nowadays they begged to don't use it anymore

    • @Schmorgus
      @Schmorgus 5 років тому +1

      Sad to see that people still use that garbage browser.
      You'd think evolution would develop intelligence at some point.
      Guess we're not there yet :)

    • @code4all149
      @code4all149 4 роки тому

      Good one! xD

  • @okie9025
    @okie9025 6 років тому +666

    Me: how to center a div?
    Internet: try
    margin: 0 auto
    Or
    position: absolute
    top, bottom, left, right: 0
    Me: **tries literally everything**
    Page: *text dissapeared, background changed color, half of everything is outside bounds*

    • @p4l1ch
      @p4l1ch 6 років тому +37

      flex

    • @Trina18
      @Trina18 6 років тому +9

      for example:
      div {
      width: 80%;
      margin: 25px auto;
      }
      try that =)

    • @zlackbiro
      @zlackbiro 5 років тому +11

      Go and install Brackets code editor. He create suggestions when you start to type something.
      My art of programming is half in good code editor!
      Second art of programming is to type something than ctrl+z if doesn't work. And always make copy of your code when you achieve good results. If you fuck somewhere, you start again from last successfull job. Just like in a game! The last suggestion from me: Never fucking give up! NEVER! Don't sleep, don't eat! Just make that shit to work!

    • @okie9025
      @okie9025 5 років тому

      @@zlackbiro I already use VS Code and have been programming for 3 years now, but thanks :)

    • @zlackbiro
      @zlackbiro 5 років тому

      @@okie9025 You have something to show to us? 😁

  • @thisisnotok2100
    @thisisnotok2100 6 років тому +473

    Me: yeah I'm a pretty good programmer
    *watches this video*
    Me: I suck at programming

    • @timbraasch1514
      @timbraasch1514 6 років тому +3

      you are sickening me!

    • @richardc9325
      @richardc9325 5 років тому +50

      Alan Johnston html and css arent programming languages

    • @dimo9762
      @dimo9762 5 років тому +15

      R C people will never understand

    • @pjb7490
      @pjb7490 5 років тому +8

      Lol CSS and HTML aren't programming languages so you're still a pretty good programmer mate

    • @dimo9762
      @dimo9762 5 років тому +9

      Parris Bryant technically correct if you go by the title. Funnily most of those effects include Javascript + Frameworks so it actually includes a programming language. There‘s simply everything wrong about this video + these comments haha

  • @Gaer56
    @Gaer56 5 років тому +1005

    Thats nothing. I can write "Hello World" in Python

    • @Grimar87
      @Grimar87 5 років тому +27

      I can do it in Java! Take that @Neddier! :D ;)

    • @SubscribersWithMemes-kd7fz
      @SubscribersWithMemes-kd7fz 5 років тому +8

      I can do it in every language! take that!!!!

    • @OnigiriKaizoku
      @OnigiriKaizoku 5 років тому +17

      @@SubscribersWithMemes-kd7fz do it in brain fuck language

    • @vasileandreicalin3143
      @vasileandreicalin3143 5 років тому +24

      I can write "Hello World" on my elbow.

    • @kertaw3853
      @kertaw3853 4 роки тому +2

      I can do this in assembler, take that

  • @remiadebayo
    @remiadebayo 6 років тому +9

    I love the sound playing in the back

  • @hemipemi
    @hemipemi 6 років тому +3

    Wow, that 3D 404 spinning ball though. Mind blown!

  • @rishabhtripathi3569
    @rishabhtripathi3569 3 роки тому +2

    This video shows that how powerful CSS is.

  • @garygoodspeed9699
    @garygoodspeed9699 5 років тому +3

    NO. 4 is an effect using HTML and CSS, the icons are not linked using HREF or a self owner online database/storage instead they are Icons owned by font-awesome, thought its still an amazing idea. NO. 3 on the other hand was not as amazing as the rest but did have its own perks.
    Its disappointing to know that NO. 2 was made with three.js instead of CSS, it would have been the one thing most people came here for. But thanks for the amazing display of hard word and art :)

  • @FRONTRUS
    @FRONTRUS 4 роки тому +17

    *To the everyone reading this* : Sending Virtual hugs to everyone who needs it, Stay Safe!🍃

  • @jacksonwhitfield8746
    @jacksonwhitfield8746 5 років тому +25

    I’m really curious to know how insane the assembly code is for these animations....

  • @yashsinghproductions
    @yashsinghproductions 6 років тому +95

    wow! But how one can do these using only css... I bet Java script is also used...

    • @yashsinghproductions
      @yashsinghproductions 6 років тому +3

      Charles Vernon (~¡~)

    • @2ovob4ehko
      @2ovob4ehko 6 років тому +2

      About second wrote that it is Tree.js (3D js framework). CSS, I guess, only for setting background.

    • @GuiSmith
      @GuiSmith 6 років тому +1

      Javascript, to alter CSS tags. Usually it's a matter of what the event is that needs to be measured. (tag):hover is in CSS by default, but ticking events are Javascript sadly. CSS usually does all the drawing though!

    • @RedStapler_channel
      @RedStapler_channel  6 років тому +14

      That's correct the second one was made with three.js. Totally my fault. I'll try to make sure all the information on next videos are accurate. Thanks for watching :)

    • @buttofthejoke
      @buttofthejoke 6 років тому +1

      codepen.io/zadvorsky/pen/PNXbGo

  • @carlosas646
    @carlosas646 6 років тому +4

    The second one is amazing!

  • @rayankhan12
    @rayankhan12 3 роки тому +1

    Woah! You've chosen the wrong word to describe them lol. 'Stunning' is an understatement. They're mind-blowing 😲🤯

  • @abcdetsui6406
    @abcdetsui6406 6 років тому +1

    three js image transition is very stunning

    • @facu1190
      @facu1190 4 роки тому

      Could you use it? I dont know how to use it

  • @hejason3195
    @hejason3195 6 років тому +1

    The second effect is awesome!

    • @facu1190
      @facu1190 4 роки тому

      Could you use it? I dont know how to use it.

  • @adamstuartclark
    @adamstuartclark 4 роки тому +5

    These are surely impressive when used singularly, but often times these effects will have negative impacts upon frame-rates of lower power processors, especially if used in conjunction with a page which has other animations, complex layouts, etc.
    Plus...I'm jealous because while I'm competent in CSS my javascript skills are lacking and JS is necessary for most of this. Damnit.

  • @psdmaniac
    @psdmaniac 4 роки тому +3

    Been there, seen that - 8 years ago in Adobe Flash. Progress :)

  • @dfordemo981
    @dfordemo981 4 роки тому

    super super duper awesome effects | amazinggggggggggg

  • @floraposteschild4184
    @floraposteschild4184 5 років тому +11

    They are very pretty, and inspirational for CSS rookies like me. But don't think they'd be practical, except for a landing page. And even then you have to think of people with slower speeds, mobile users, etc. Yes, I am fun at parties.

  • @jonugroho6492
    @jonugroho6492 3 роки тому

    Amazing works Bro

  • @neftaliadrian
    @neftaliadrian 5 років тому

    Excellent video

  • @vietkhoado5662
    @vietkhoado5662 4 роки тому

    Nice. It look so cool

  • @osquigene
    @osquigene 5 років тому

    The 2nd one is so insane it makes all the others look like average css.

    • @osquigene
      @osquigene 5 років тому

      @Dark Code Ah that's cheating, but that's still insanely cool.

  • @vishalsrivastava3656
    @vishalsrivastava3656 6 років тому

    Is this even possible.... i cant even imagine.

  • @mustafamahmud2977
    @mustafamahmud2977 6 років тому

    number 2 was awesome

  • @xXMacedoniaNXx
    @xXMacedoniaNXx 4 роки тому +1

    Stayed here for the music 💯

    • @facu1190
      @facu1190 4 роки тому

      Could you use it?

  • @jovicaaleksic8549
    @jovicaaleksic8549 6 років тому +43

    Three.js is hardly a CSS effect :) but awesome effects indeed

    • @moonythm
      @moonythm 5 років тому

      @かわいいreo only the second one uses three.js

  • @koyavasudhalakshmi2073
    @koyavasudhalakshmi2073 4 роки тому +1

    Awesome 👏👏👏

  • @AtomkeySinclair
    @AtomkeySinclair 6 років тому +5

    Haha! #5 "Adjust the sine wave of this magnetic envelope so that anti-neutrons can pass through it but anti-gravitons cannot" From the computer retraining Spock's mind on Vulcan after being rescued from the Genesis planet - Star Trek III

  • @merukit
    @merukit 3 роки тому

    it's literally magic

  • @arjunkapurindia7835
    @arjunkapurindia7835 6 років тому

    Its Wonderful

  • @adrianmbugua8344
    @adrianmbugua8344 6 років тому +1

    All those years learning Flash, Adobe i want my time back

  • @newview8925
    @newview8925 4 роки тому +1

    You are master

  • @Mani-uk9km
    @Mani-uk9km 6 років тому

    Really awesome man

  • @rutvikcandy7153
    @rutvikcandy7153 5 років тому

    What a coder you are !!

  • @philipsfreshairmask999
    @philipsfreshairmask999 5 років тому +1

    Damn it, what is this , you are Nirvana king

  • @brianzuvich7605
    @brianzuvich7605 6 років тому +2

    Yes, as others mentioned it is deceiving to label this “CSS” as 99% of the actual movement and transitions are powered by JavaScript.

  • @Benescoli
    @Benescoli 4 роки тому

    That's crasy

  • @Budding8660
    @Budding8660 5 років тому

    so cool

  • @BigDaddy-zp6hz
    @BigDaddy-zp6hz 4 роки тому

    omg amazing

  • @quasarbeyond7828
    @quasarbeyond7828 5 років тому

    holy~ crap~ super duper Awesome!

  • @luis96xd
    @luis96xd 6 років тому

    Wow this effects are so amazing! Nice video!

  • @gilmar69047
    @gilmar69047 3 роки тому

    Amazing

  • @milogosnell9605
    @milogosnell9605 6 років тому +24

    How about we don't overload websites with very intensive 3d effects. Over 50% of internet users have dual core CPUs or less, and over 50% use phones of which low powered androids make up the majority. None of the above can render these in any kind of functional way.

    • @doobick1898
      @doobick1898 6 років тому +5

      Milo Gosnell I’m extremely doubtful that your statistics are correct.

    • @waldo2797
      @waldo2797 6 років тому +1

      the 2nd one for sure

    • @themaster804
      @themaster804 5 років тому +2

      @Lukholo Molose
      Umm.....if it looks cool then what's the problem. Websites are every bit art as they are functionality.

    • @panicwithcompulsion
      @panicwithcompulsion 5 років тому

      I would argue that any desktop can easily handle a CSS effect. On the mobile site, you would ideally disable anything that wouldn't carry over well, i.e. the one where you move your cursor side to side to transition. Most phones come with about 4GB-8GB of RAM and their processors are incredibly powerful. They legitimately are tiny computers. Javascript might take longer to load, but that's why any effects scripts are put at the bottom, to allow everything else to load first. Android phones have a special way of running the OS, meaning they need more RAM readily available for apps. (honestly, Android's OS RAM management system is really interesting.) This makes it easy for them to run RAM-intensive things like JS or heavily styled CSS.

    • @ItsXDaniC
      @ItsXDaniC 5 років тому

      @@panicwithcompulsion 4-8 GB of RAM is really not a mid-tier device and even in the top-tier devices those specs are relatively recent. Most people will have something more like 2 to 3 Gb or RAM on their phones, remember people don't buy phones as often anymore since Android and apps have stopped asking for more for a long time as well and phones already had more than enough when they we're released.

  • @AnilSahu-zx6wk
    @AnilSahu-zx6wk 6 років тому +3

    Rocking dude, and image one is superb superb

  • @mohammadrasoulfard-habibi3066
    @mohammadrasoulfard-habibi3066 5 років тому +1

    This is so cool.

  • @a.chillstechnologies9952
    @a.chillstechnologies9952 4 роки тому

    You are great!!!

  • @mynameisdeluxer1074
    @mynameisdeluxer1074 4 роки тому

    thank you so much for the controlabel image transition I did it for my website

  • @adhivenkatesh3431
    @adhivenkatesh3431 4 роки тому

    Video with the music is very cool , can we adopt these 3D in to our project

  • @nargizaliyeva9743
    @nargizaliyeva9743 4 роки тому

    Amazing, thank you very much!

  • @technopoly2596
    @technopoly2596 5 років тому

    Wow, simply amazing

  • @rksilvergreen
    @rksilvergreen 6 років тому

    Effects are awesome, but the audio is fantastic. What is that?

  • @monickverma2944
    @monickverma2944 6 років тому

    I am so glaf i found it again!!!

  • @VM_PARMAR
    @VM_PARMAR 4 роки тому +2

    Sir please make video on coding of this effects... 🙏

  • @bayuyudhasaputra3169
    @bayuyudhasaputra3169 5 років тому

    Wow....amazing...

  • @forhadrh
    @forhadrh 3 роки тому

    Cool!

  • @daryldeguzman8873
    @daryldeguzman8873 6 років тому +2

    background music is cute :D

  • @robertsiprak6147
    @robertsiprak6147 5 років тому

    That is amazing.

  • @FirdavsiGameDev
    @FirdavsiGameDev 5 років тому

    Damn that blows my mind!!

  • @shrutivandana3765
    @shrutivandana3765 4 роки тому

    Waoo..this is so cool and amazing🤗😘

  • @minecrafttraveller9682
    @minecrafttraveller9682 6 років тому

    Wow nice

  • @ninz2372
    @ninz2372 5 років тому +5

    1:27 that navigation bar looks weird

  • @jolnanis13
    @jolnanis13 4 роки тому

    The CSS equivalent to Powerpoint's star wipe.

  • @rajeshraj-oq6wg
    @rajeshraj-oq6wg 6 років тому

    0:18 that's gonna utilitize 100% of titanXP for sure

  • @shadabgada937
    @shadabgada937 6 років тому

    Awesome !!

  • @alejorostata3899
    @alejorostata3899 6 років тому

    I didn't know some of this can be done in CSS only.

  • @connerallen642
    @connerallen642 4 роки тому

    and here I am just making buttons blue.. lol

  • @MegaInformazione
    @MegaInformazione 6 років тому

    Great channel!Subscribed!

  • @AlexTechie
    @AlexTechie 6 років тому

    If you feel bad after watching this, just know that even the most popular websites don't do anything this crazy, largely because it's impractical for the average end user.

    • @hemipemi
      @hemipemi 6 років тому +1

      Effects like these are clearly designed for creatives and businesses who want to make a strong impression to a client more than they are for websites designed for a wide audience. Like the online version of a portfolio or presentation.

  • @CodingWithFun
    @CodingWithFun 4 роки тому +1

    wow!!! But how one can do these using only css... I bet JavaScript is also used...

  • @noorb374
    @noorb374 2 роки тому

    i could not get controlable image transition , its not working ... do we have to write any other thing in html file

  • @archanadurgam3711
    @archanadurgam3711 4 роки тому

    where is the source code it is not getting by clicking image how can i find plz help me

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

    "Hello World" 😊

  • @noahdrisort2005
    @noahdrisort2005 4 роки тому

    Oh my shit, crazy

  • @ShivamKumar-cv7jv
    @ShivamKumar-cv7jv 4 роки тому

    Awesome, will you please make a vedio on this tutorial

  • @AlizerLeHaxor
    @AlizerLeHaxor 4 роки тому

    all these people in comments crying about how to center text
    me: " text "

  • @drkillerpubg4901
    @drkillerpubg4901 5 років тому +1

    sir tell us what when you make the video about number 2
    effect

  • @atsumdaniel134
    @atsumdaniel134 5 років тому

    these effect stunning but can u post a link to show us how its made?

  • @shreyanshsingh2859
    @shreyanshsingh2859 6 років тому

    Can u plz tell us from where we get code for practice this is really amazing

  • @entelekta
    @entelekta 4 роки тому

    Wow 👍

  • @milad8255
    @milad8255 6 років тому

    0:20 Mr. CSS I don't feel so good

  • @saadalighaffar
    @saadalighaffar 6 років тому

    Awesome

  • @vedantsingh6966
    @vedantsingh6966 3 роки тому

    And here I am stuck with css grid.

  • @vikaskumarprasad1938
    @vikaskumarprasad1938 5 років тому

    Sources code not available that website

  • @sajadr9974
    @sajadr9974 6 років тому

    amazing bro :)

  • @asaKew_Music
    @asaKew_Music 5 років тому

    gap yuq

  • @khamdamov
    @khamdamov 6 років тому

    I had to subscribe, thanks a bunch :)

  • @jaydee177
    @jaydee177 6 років тому

    The source code is not available on all the animations on the link you provided in the description.

  • @faadi747
    @faadi747 4 роки тому

    Can you please get that 2nd effect code in css?????

  • @archanadurgam3711
    @archanadurgam3711 4 роки тому

    Im not able to get the source code for sliding effect. plz give me the source code.

  • @umerbalouch1502
    @umerbalouch1502 3 роки тому

    Pleez tell me how to drag and drop the 2nd effect code.

  • @rk.kumaran7750
    @rk.kumaran7750 6 років тому

    i cant get the code from the link... pls send me the code....

  • @kjyhh
    @kjyhh 3 роки тому

    Boss: All in to the 404 page.

  • @SheeranSK
    @SheeranSK 6 років тому

    Nice

  • @hoodiesage5930
    @hoodiesage5930 4 роки тому

    What program or text editor are they using?? I'm using Notepad++ and it doesn't run code in-app like that!

  • @maniac.chopper
    @maniac.chopper 6 років тому

    Unbelievable...

  • @hunterduncan8321
    @hunterduncan8321 2 роки тому

    2:15 is my favorite

  • @봉박이-i8g
    @봉박이-i8g 4 роки тому

    How long time is taken to get this css level