Buttons With Awesome Hover Effects Using Only HTML & CSS

Поділитися
Вставка
  • Опубліковано 27 сер 2024
  • Code Source:
    www.buymeacoff...
    ◘ Join our group in facebook : / 704904666369941
    ◘ Like our page : / darkcode0
    ◘ Paypal donation link : paypal.me/YBen...
    ◘ Become my patron : / darkcode
    ◘ Music Name : Julius Dreisig & Zeus X Crona - Invisible [NCS Release]
    ◘ Music Link : • Julius Dreisig & Zeus ...

КОМЕНТАРІ • 523

  • @noahg2
    @noahg2 4 роки тому +317

    this made me realize how powerful CSS is.

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

      Search ONLINE TUTORIAL CSS on UA-cam
      The first channel which will come go this it
      You will be Stunted

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

      This made me realize how powerful this channel is.

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

      @@albertokoa3563 But why here?

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

      Wish you to see valorant website and their buttons

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

      also HTML HAHA

  • @TemaroonGaming
    @TemaroonGaming 3 роки тому +24

    Now I like UA-cam recommendations due to this video 🔥🔥

  • @georgetheconqueror2574
    @georgetheconqueror2574 Рік тому +12

    Our IT teacher gave us a link to this video as an extra task! I love how beautiful and smooth the transition is. Thanks!

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

      As a mechanical student I can say that the electrical energy is converted into mechanical energy🗿

  • @anubhavsur1441
    @anubhavsur1441 3 роки тому +3

    These are the actual people whom I admire, straight to the point

  • @arnavg7486
    @arnavg7486 3 роки тому +6

    underrated video

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

    Great video, I think I will stick around your channel for more :) Oh and I know most of the things are very simple but it would be cool if you added text in description/video explaning purpose of certain things (for example the ::before part), because I had to look it up on internet to fully understand.

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

      i will try

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

      They are called Pseudo elements ::before and ::after Have a look at CSS3 and html 5
      Wish you all the best

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

    This is a beauty, well thought and brilliantly done Thanks a lot, but the music was a little bit too rough!

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

    for everyone whose screen is getting blue please add
    position: relative;
    overflow: hidden;
    to your button's css

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

    Great channel for web designers he is choosing awesome songs keep going . I am subscribing right now.

  • @sachinkumar-rc8dk
    @sachinkumar-rc8dk 5 років тому +12

    creativity in your blood.. nice one 👌👌

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

    This is SUPERB! 😎👍🏻

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

    i tried to follow the steps but the text only changing but when I put the cursor on the border it doesnt. I'm using the (class="filter" ul

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

    это просто восхитительно
    it's just amazing!

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

    love from india @darkcode thanks

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

    Greetings from Venezuela. They are very good. They have helped me a lot in programming.

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

    Best UI channel i have come across and i saw you started using jquery as well so might be best in lot of things now ..love your videos

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

    thank you so much to this video provider..I learn few things due to this video ..This is so much useful (left side coding and right side output )..thank you thank you more than thank you .....

  • @musiclife7064
    @musiclife7064 2 роки тому +1

    thank u sir
    love from pakistan

  • @progbro
    @progbro 2 роки тому +1

    Dude this so amazing, thank you very much. Your code is work

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

    I successfully did it, but I have a question, It worked for button tag but not for tag, in tag it overflows the area, why this happens?

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

      add the display: inline-block or block in css

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

    Great job with this video! Now I am starting to learn how to do CSS flawlessly! Subscribed!

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

    really, meaningful and practical expert!! well done....👍

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

    Nice job pal, thanks for the trial 👍

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

    Html is just the skeleton of the body and css is soul flesh skin and beautiness 😍😍

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

    mình là 1 sinh viên ở Việt Nam, cảm ơn bạn đã chia sẻ những trick như thế này, mình sẽ đăng kí để học hỏi

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

    body


    {
    margin:0;
    padding:0;

    }
    .sd
    {
    text-align: center;
    margin-top: 360px;
    }
    .btn
    {
    border: 1px solid #3498db;
    background: none;
    padding: 10px 20px;
    font-size: 20px;
    font-family: "montserrat";
    cursor: pointer;
    margin: 10px;
    transition: 0.8s;
    position: relative;
    overflow:hidden;
    }
    .btn1,.btn2{
    color: #3498db;
    }
    .btn3,.btn4{
    color: #fff;
    }
    .btn1:hover,.btn2:hover{
    color: #fff;
    }
    .btn3:hover,.btn4:hover{
    color: #3498db;
    }
    .btn::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background:#32a0a8;
    z-index: -1;
    transition: 0.8s;
    }
    .btn1::before,.btn3::before{
    top: 0;
    border-radius: 0 0 50% 50%;
    }
    .btn2::before,.btn4::before{
    bottom: 0;
    border-radius: 50% 50% 0 0 ;
    }
    .btn3::before,.btn4::before{
    height: 180%;
    }
    .btn1:hover::before,.btn2:hover::before{
    height: 180%;
    }
    .btn3:hover::before,.btn4:hover::before{
    height: 0%;

    }

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

    Wanted to ask where u get your hex code for those nice colours

  • @0_-
    @0_- 5 років тому +4

    i didn't know atom was the best programming software for html ever

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

    Excellent button design

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

    这个是真的酷,在学习前段时,我是用这个作者的源码,然后再加上自己的魔改,改出了许多的样式

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

    this is actually really good tutorial! Thks!

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

    Thank you very much this helps alot with my science assignment

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

    U can just use rotate I think

  • @6AM96
    @6AM96 2 роки тому +1

    Thanks!

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

    unbelivable amazing work

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

    can you just add written tutorials to your videos to explain every step it will be amazing 😃😃

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

      yes i will try =)

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

      @@DarkCodeOnline If you need help with that, if you use Discord my name is SenseOG#0444 otherwise email me at info@mc-exchange.club

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

    very easy and helpful to learn for newbies, great job!

  • @user-se1tv1xh7s
    @user-se1tv1xh7s 4 місяці тому

    thank you. helped so much.!!!!!!

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

    Great tutorial, works but I have some issues. The animation will go but you can't see the curve going down, and only the text disappears.

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

    Muchas gracias, saludos desde Colombia

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

    Cool....
    Just bit by bit if u would explain that would make really awesome👍

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

    This is actually amazing 😍
    So simple yet so beautiful 👌

  • @038_prasunkrmondal3
    @038_prasunkrmondal3 2 роки тому

    Which IDE are you using..if you can tell.. Btw I'm Grateful to UA-cam algo for such content.

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

    Its so easy and extremely helpful ans creative for me
    Thank u buddy😭🥰

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

    Great video, worked first time

  • @MohamedGamal-wi5ir
    @MohamedGamal-wi5ir 5 років тому +3

    Awesome. Thank You

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

    estou começando a programar agora, muito obrigado pelo seu conteúdo!

  • @MrTime-bk6lz
    @MrTime-bk6lz 5 років тому +2

    Fantastic coding ideas. Nice bro

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

    Thanks bro.....

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

    pure magic

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

    Amazing video! Keep them css tricks coming!

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

    Thanks so much so helpful

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

    I love your lecture.

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

    Hey, first of all: Great video!!! but why don't I see the effect when i change the background color of the div?

  • @best-of-the-best
    @best-of-the-best 3 роки тому

    OMG u a rlly good HTML webpage cretor

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

    Hello, how did you set up to the right part of the "index.html Preview" screen?

  • @yglol623
    @yglol623 3 роки тому +3

    this is good but how do u link the css with html cos i did exactly what u did but it isnt working when i do live preview :(

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

    Could you bring in some Animation tutorial series🤔

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

    great job, what kind of editor are you using?

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

    Thank you for source code

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

    This things create a big difference

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

    so nice tnx for learning

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

    this is INSANE tysm

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

    Nice video! I think I'm getting A for digital technologies this term

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

      ua-cam.com/video/bTtzjaYPXMs/v-deo.html

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

    For everyone who is having trobule to link the HTML file to a CSS file you need to copy this code:

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

    Such a good and impressive video because i want other button effect and I made it inside you code just simply modified your code and I made my button which I want thanks

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

    Tqxs man for giving some knowledge but I tried u r code it did not work but I tried in another way..👍

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

    Excellent.

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

    it's amazing and beautiful. thanks!

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

    How to get the "montserrat" font? It's not on Visual Studio code editor ..

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

      you can get it, via import from google fonts

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

    Thank u so much sir

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

    When there was no padding and margin work in the body
    So what was the need to give zero values?

  • @AyakaKamisato-rr4ow
    @AyakaKamisato-rr4ow 5 місяців тому +1

    what software are you using boya~

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

    thank you for lana del rey at the beginning!!☆♡☆

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

    That’s awesome dude !!!
    Thanks for the video, it’s really helpful

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

      ua-cam.com/video/bTtzjaYPXMs/v-deo.html

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

    Thank you 🤗🤗 your video is very helpful 👍👍

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

    Make your own website like harry (code with harry) and upload ideas for css and more.

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

    Good job man some thing different I like it

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

    love Dark code

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

    awesome tutorial bro your the reason why lto wanna learn now web development and making web designs in HTML PHP CSS JS ................. keep it up bro and idk what happens whit my jquary but the other videos of you my jquary is broken or something how do i fix that do u know that but keep it up this nice videos

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

      please send me your code

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

      @@DarkCodeOnline i gonna send if i'm home and i hope i still got it but i think i deleted it :( if it is then i need gonna quit jquery and use css for some effects

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

    Thanks Dude! it Worked!

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

    Thanks dude, great tutorial.
    Subscribed ;)

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

    I copied everything and my screen got blue, I added "position: relative;" to ".btn" and it fixed the blue screen but the hover effect exceed the size of the buttons, I will keep trying to fix the problem, any suggestions?

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

      same problem here

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

    What is the ‘:before’ thing for?

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

    Perfect👍

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

    Congratulations. Excellent!!

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

    hey bro, thanks for the vid, I'm doing a school project where I have to build a website and I want mine to really stand out so this helped towards it.

  • @user-fp7du5xv6b
    @user-fp7du5xv6b 5 років тому +5

    Man, you are great help and inspiration ! ;)

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

    it worked thank you

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

    i did'nt want to know how to make buttons with that hover i wanted to know how to resize my buttons properly.. so this video help a ton. Thank you so much!

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

    In this video which you are using for its preview .
    Please tell me....

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

    Nice bro, thanks.

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

    to good i use atom too!

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

    super

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

    I recommend you background black put and see

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

    Very nice tutorial!

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

    very well thankyou

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

    Beautiful! Subscribed

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

    Great ❤ but ... What is the name of program that you use ? , I am using visual studio

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

    Awesome !😍👍