CSS BUTTONS
A button is used to perform certain tasks when clicked.
Example:
- A button can be used to invoke certain kind of function
- A button can be used to take you to another page
Fibonacci is sum of two preceding numbers
Fibonacci here...
click to see fibonacci series
styling button using CSS
Using CSS properties we can design a button according to our need.
Example
Button border
Using border property you can define the border of the button.
Example
Output:
My button My button My button My buttonButton size
Using font-size property you can adjust the size of the button.
Example
Output:
My button My button My button My buttonButton shadow
Using box-shadow property you can get button shadow.
Example
Output:
My ButtonButton Hover
Using :hover selector you can define hover property.
Example
Output:
My Button My Button My Button My Button