DotQuery
Friday, March 12, 2021
Image Hover effect
/* image over effect *
img
{
....:..;
....:..;
overflow
:
hidden
;
}
img:hover
{
-webkit-transform
:
scale
(
1.3
);
transform
:
scale
(
1.3
);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Linq Expression syntax for where condtion in linq
(Expression<Func<T, bool>> filter)
Page preview on single click VS2015
Page preview on single click VS2015 or further or on single click page open in solution explorer Menu>Tools>Options>Environment...
Custom Form Athentication MVC
1. Customer Form Authentication Set on Controller 2. Set On Web config 3. Add Authentication Filter 4. Use Athentication Filter...
Linq Expression syntax for where condtion in linq
(Expression<Func<T, bool>> filter)
No comments:
Post a Comment