Neumorphism UI Button | Pure CSS Tutorial

Поделиться
HTML-код
  • Опубликовано: 17 мар 2020
  • Creating a button with Neumorphism UI.
    -----------------------------------------------------------------------------------
    ❤️Get in touch:
    Email: mitali@codingartistweb.com
    Website: codingartistweb.com
    Instagram: / coding.artist
    -----------------------------------------------------------------------------------
    ⭐Tools Used:
    Text Editor: Sublime Text
    Live Coding: Browser Sync Plugin
    -----------------------------------------------------------------------------------
    🎵Music:
    Track: The Perpetual Ticking of Time - Artificial.Music [Audio Library Release]
    Music provided by Audio Library Plus
    Watch: • The Perpetual Ticking ...
    Free Download / Stream: alplus.io/PerpetualTickingOfTime
    Intro Music:
    Track: JPB - High [NCS Release]
    Music provided by NoCopyrightSounds.
    Watch: • JPB - High | Trap | NC...
    Free Download/ Stream: ncs.io/jpbhigh

Комментарии • 55

  • @DavidaThatch
    @DavidaThatch 3 года назад +2

    I'm relatively new to web dev, so watching this video I was in a constant state of "THAT'S INGENIOUS!!" lol

  • @augusto256
    @augusto256 4 года назад +1

    I like the style of the button and the music.

  • @natashaalverio3899
    @natashaalverio3899 4 года назад

    Great tutorial! Thank you so much for posting.

  • @LabhamJain
    @LabhamJain 4 года назад +3

    You're Awesome !!

  • @rmt3589
    @rmt3589 Год назад +1

    I DIDN'T KNOW THERE WAS A "content" TAG!!!!! I'm losing my mind over this!
    You know how helpful this would have been in my Web Dev 2 final!?
    You know all the things I could have done with this!?

  • @aortizc82
    @aortizc82 3 года назад

    This is art

  • @harishgajjar9559
    @harishgajjar9559 4 года назад +1

    Thanks for this awesome tutorial 👍

  • @viniciusmagalhaeshorta7154
    @viniciusmagalhaeshorta7154 3 года назад +5

    it's also cool to add: transform: box-shadow 300ms ease-in-out; for a smooth checking effect

    • @LightslicerGP
      @LightslicerGP 3 года назад

      how do i implement this?
      like as
      input[type="checkbox"]:transform{
      box-shadow 300ms ease-in-out;
      }
      ?

  • @panchmeshalitheatre7415
    @panchmeshalitheatre7415 3 года назад

    you r just awesome man

  • @ekvillain6420
    @ekvillain6420 4 года назад +1

    You are just awesome

  • @vanessaflores7235
    @vanessaflores7235 4 года назад

    amo css porque puedes cambiar de color gracias por los videos que ases!!!!!!

  • @sakthimurugan2716
    @sakthimurugan2716 4 года назад

    marvelous..

  • @avinashjha7848
    @avinashjha7848 4 года назад +11

    I like your all codes Mitali.
    Full support from here...

  • @shruts2907
    @shruts2907 3 года назад +2

    Simple and sweet tutorial, I like all 5 min tutorials, a very educational channel. You should do a Udemy class, hardly any female educator there.

  • @adad8795
    @adad8795 3 года назад

    Awesome

  • @nadir_X
    @nadir_X 4 года назад +1

    Its cool 😎👌

  • @jameslesperance1
    @jameslesperance1 2 года назад

    Gorgeous,

  • @tiefsoftwarelab
    @tiefsoftwarelab 3 года назад

    THANK YOU FOR SHARE

  • @rahul-java-dev
    @rahul-java-dev 4 года назад

    Awesome...

  • @thinkbig5936
    @thinkbig5936 3 года назад

    Wow, it's nice

  • @osmeig6025
    @osmeig6025 4 года назад +4

    Impresionante! Es muy loco hacer un sitio web sólo con éste estilo de UI? Muchas gracias, realmente me encanta las cosas que hacés!

  • @shimeih2287
    @shimeih2287 4 года назад +1

    Found your channel on sololearn.. Great stuff

  • @d-thec-tieve4648
    @d-thec-tieve4648 3 года назад

    Thank You!!!!

  • @charankumar7674
    @charankumar7674 4 года назад

    excalent bro ....

  • @harilalmn
    @harilalmn 2 года назад

    Awesome...!!!!

  • @Henry_Nunez
    @Henry_Nunez 2 года назад +1

    👏👏 👉🔔

  • @Happy_Shaikh
    @Happy_Shaikh 2 года назад

    The screen recorder and video editor you use what it's name please tell me

  • @jamie10333
    @jamie10333 3 года назад

    I have a doubt :
    Can't we just give color to the Power on/off icon in input [type = "checkbox"] :checked without using a separate input [type = "checkbox"] :checked: after ???
    Could someone please tell me what is the difference ?

  • @muhammadadil9859
    @muhammadadil9859 Год назад

    Good very helpful ❤️❤️❤️

  • @mahdisotoudeh2407
    @mahdisotoudeh2407 2 года назад

    It was very practical. Thank you.

  • @Unstoppable_funs
    @Unstoppable_funs 4 года назад +1

    One video make about bottom wave (svg)

  • @value_investing_indonesia
    @value_investing_indonesia 3 года назад +1

    help
    body{
    background-color: #ececec;
    padding: 0;
    margin:0;
    }
    input[type="checkbox"]{
    height:200px;
    width:200px;
    /*-webkit-appearance: none;*/
    box-shadow:
    -10px -10px 15px rgba(255,255,255,0.5),
    10px, 10px, 15px, rgba(70,70,70,0.12);
    position: absolute;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
    border-radius: 50%;
    border: 8px solid #ececec;
    outline: none;
    }
    if i set the web kit appearence to none the block disappear completely and blend with the background how do i fix it?

  • @Pankaj-Verma-
    @Pankaj-Verma- 4 года назад

    That was something wonderful and clean.
    Thank you so much for your kind help.

  • @TheArtAdda
    @TheArtAdda 3 года назад

    Wow, it's amazing, 🔥
    What software are u using for this?

  • @jonynwn
    @jonynwn 3 года назад

    what if you added transition speed? 👌😲

  • @Christtherockforever
    @Christtherockforever 4 года назад

    Make a video on nav bars

    • @CodingArtist
      @CodingArtist  4 года назад +2

      Sure.
      Meanwhile you can check the previous navbar tutorials.

  • @marcomark5867
    @marcomark5867 4 года назад

    Please can publish the code?, thanks

  • @sanskrutipatil5879
    @sanskrutipatil5879 3 года назад

    What do you use for coding

    • @jbli19
      @jbli19 3 года назад

      Sublime Text 3. But I personally recommend using VS Code.

  • @jaydeepmakwana1688
    @jaydeepmakwana1688 4 года назад +1

    Super

  • @GamerDra
    @GamerDra 4 года назад +1

    Explanation would be great

  • @eldrickdsouza9785
    @eldrickdsouza9785 3 года назад

    github?

  • @mayurgadhiya3964
    @mayurgadhiya3964 3 года назад

    Can you make video on dark mode Button !?

  • @pritinagaria4026
    @pritinagaria4026 4 года назад +1

    Mine Doesn't Work.

  • @artzipnew5488
    @artzipnew5488 2 года назад

    Hello guys! Can someone help me buy a computer? I dream of studying programming and becoming a professional programmer. At the moment I am unemployed and cannot afford to buy a computer to start studying programming. If anyone wants to help me, thank you very much!

  • @creativeyes3292
    @creativeyes3292 3 года назад

    The Clicking noises are awful

    • @CodingArtist
      @CodingArtist  3 года назад

      Thank you for the feedback. I don't use them in my videos anymore.