BUTTON EFFECT IN CSS | SHADOW BUTTON IN CSS |HOVERABLE BUTTONS | EFFECTIV BUTTON CSS |CSS TRUTORIAL

Опубликовано: 23 Февраль 2026
на канале: Easy Technica
122
21

Easy Technica


= VIEDO ABOUT=
HTML learn
HTML teach
CSS EASY teach
LEARN HTML
CSS WITH ENGLISH AND HINDI
CSS TUTORIAL IN HINDI AND ENGLISH
#css
#easytechnica
#easycss


Basic Button Styling
.button {  background-color: #4CAF50; /* Green */  border: none;  color: white;  padding: 15px 32px;  text-align: center;  text-decoration: none;  display: inline-block;  font-size: 16px;}


Button Colors
.button1 {background-color: #4CAF50;} /* Green */.
button2 {background-color: #008CBA;} /* Blue */.
button3 {background-color: #f44336;} /* Red */.
button4 {background-color: #e7e7e7; color: black;} /* Gray*/
.button5 {background-color: #555555;} /* Black */

Button Sizes
.button1 {font-size: 10px;}.
button2 {font-size: 12px;}.
button3 {font-size: 16px;}.
button4 {font-size: 20px;}.
button5 {font-size: 24px;}


Rounded Buttons
.button1 {border-radius: 2px;}.
button2 {border-radius: 4px;}.
button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}


Colored Button Borders
.button1 {  background-color: white;  color: black;  border: 2px solid #4CAF50; /* Green */}

Hoverable Buttons
Use the :hover selector to change the style of a button when you move the mouse over it.
Tip: Use the transition-duration property to determine the speed of the "hover" effect:

.button {  transition-duration: 0.4s;}.button:hover {  background-color: #4CAF50; /* Green */  color: white;}











=CHANNEL ABOUT=
Simply learn Html
Learn Html
Easy Html Learn
All Topic Teach Html
Free Of Course Learn Html
Hindi Html Learn
Practical Html Learn
PPT Learn Html
Sublime In practical

PART:= BACK
LINK:=    • Rounded Images In CSS |Thumbnail Images| T...  


Downlod sublime: =
= "https://www.sublimetext.com/"




= FOLLOW ON =

Follow instagram
  / easytechnica  

Follow facebook:
  / abhay.shiroya  

Follow twitter:
  / easytechnica  

Follow telegram:
@Easy technica




LIKE !!
Subscribe youTube : Easy Technica
Share AND
Comment (your review)





THANK YOU SO MUCH BY LEARN VIEDO !!