José  Díaz

José Díaz

1614108000

How to Design Colorful Hover Buttons for Semantic Purposes Using CSS & HTML

In this video, you are going to learn how to design colorful hover buttons for semantic purposes (primary, success, danger, warning) using CSS box-shadow. You can easily use these buttons on your website depending on the purposes of the buttons. Let’s see how to design these colorful hover buttons.

Subscribe: https://www.youtube.com/channel/UCNDmzGYwwT3rdY3xQuW8QOA

Source code

index.html


<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>Colourful Hover Buttons For Semantic Purposes</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>

    <!--button area start-->
    <button class="btn btn-primary">Primary</button>
    <button class="btn btn-success">Success</button>
    <button class="btn btn-danger">Danger</button>
    <button class="btn btn-warning">Warning</button>
    <!--button area end-->

  </body>
</html>

style.css


body{
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Segoe UI", sans-serif;
  background: #111;
}

.btn{
  color: #fff;
  border: none;
  margin: 20px;
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s;
  transition-property: box-shadow;
}

.btn-primary{
  background: #50A7FF;
  box-shadow: 0 0 25px #50A7FF;
}

.btn-primary:hover{
  box-shadow: 0 0 5px #50A7FF,
              0 0 25px #50A7FF,
              0 0 50px #50A7FF,
              0 0 100px #50A7FF;
}

.btn-success{
  background: #03D29F;
  box-shadow: 0 0 25px #03D29F;
}

.btn-success:hover{
  box-shadow: 0 0 5px #03D29F,
              0 0 25px #03D29F,
              0 0 50px #03D29F,
              0 0 100px #03D29F;
}

.btn-danger{
  background: #FF7675;
  box-shadow: 0 0 25px #FF7675;
}

.btn-danger:hover{
  box-shadow: 0 0 5px #FF7675,
              0 0 25px #FF7675,
              0 0 50px #FF7675,
              0 0 100px #FF7675;
}

.btn-warning{
  background: #F0DF51;
  box-shadow: 0 0 25px #F0DF51;
}

.btn-warning:hover{
  box-shadow: 0 0 5px #F0DF51,
              0 0 25px #F0DF51,
              0 0 50px #F0DF51,
              0 0 100px #F0DF51;
}

#html #css

What is GEEK

Buddha Community

How to Design Colorful Hover Buttons for Semantic Purposes Using CSS & HTML
anita maity

anita maity

1618667723

Sidebar Menu Using Only HTML and CSS | Side Navigation Bar

how to create a Sidebar Menu using HTML and CSS only. Previously I have shared a Responsive Navigation Menu Bar using HTML & CSS only, now it’s time to create a Side Navigation Menu Bar that slides from the left or right side.

Demo

#sidebar menu using html css #side navigation menu html css #css side navigation menu bar #,pure css sidebar menu #side menu bar html css #side menu bar using html css

anita maity

anita maity

1621077133

Responsive Footer Design using HTML, CSS & Bootstrap

Hello Readers, welcome to my other blog, today in this blog I’m going to create a Responsive Footer by using HTML & CSS only. Earlier I have shared How to create a Responsive Navigation Menu and now it’s time to create a footer section.

As you can see on the image which is given on the webpage. There are various important topics there like About us, Our services and subscribes, some social media icons, and a contact section for easy connection. I want to tell you that it is fully responsive. Responsive means this program is fit in all screen devices like tablet, small screen laptop, or mobile devices.

Live Demo


#responsive footer html css template #footer design in html #simple footer html css code #simple responsive footer codepen #responsive footer code in html and css #responsive footer html css codepen

Neumorphism Card Design using HTML and CSS | Pure CSS Card

#css #html #pure css card #html and css #design

Dedrick  Swift

Dedrick Swift

1625749260

Social Media Share Button Design With Hover Effects in Pure HTML and CSS | Tutorial

Social Media Share Button Design With Hover Effects in Pure HTML and CSS | Tutorial

Using font awesome icon.

Like our Facebook Page
https://www.facebook.com/easywebcode7

How To Create Social Media Buttons Hover Effect Only HTML and CSS: https://youtu.be/hqlu47FX_q8
Search Box Design Tutorial Using Only HTML and CSS : https://youtu.be/_F4DdlgQX5U
How To Create Website Preloader in HTML and CSS : https://youtu.be/c9tElJYxyxQ
How to Create Simple Registration Form using only HTML and CSS || Sign up Page Design Tutorial : https://youtu.be/Pcrd_ObbScs

#Tutorial #EasyWebCode

#css #html #social media share button design with hover effects #social media share button design

Tech2 etc

Tech2 etc

1604578091

How To Design CSS Filter Card Effect Using Html and CSS

Hi…! everyone, today in this tutorial we will learn about how to “Design CSS Filter Card Effect Using Html and CSS”. Design your css card your own now. CSS card & card design

Watch full tutorial here
https://youtu.be/G25jcQPJ7gE

For more Information & Free tutorials please visit our youtube channel
https://www.youtube.com/c/Tech2etc/

#CssCardDesign #CssCard #CardDesign

#css #css3 #css-card-design #card-design #design-pattern #html