I am not a designer but i like to design graphics when I feel bore… Designing is one of the ways to get rid from monotonous life.
CSS Tip:
To make any hover effect on any selector like: Input, Div, Blockquote, B, etc… you can use
SELECTOR:hover {
}
for example:
input:hover {
background-color: #f0f0f0;
}
SELECTOR:hover {
}
for example:
input:hover {
background-color: #f0f0f0;
}
Advertisement





Recent Comments