Day 14: Link Styling, button styling.

Link Styling 

a{

color: brown;

}

a:hover{

color: blueviolet;

}

----------------------------------------------------------------------------

Button Styling

button{

background-color: gry;

font-size: 24px;

border-radius: 15px;

cursor: not-allowed;

width: 100%; 

}

button:hover{

background-color: blue;

}

Comments

Popular posts from this blog

else-if condition in if-else statements: Concatenation in JavaScript :

Day 9: CSS - Font Formate

Day 28: CSS Animation, CSS Transition Animation Box size