Awesome login Animation.. HTML CODES: <form> <div class=”svgContainer”> <div> <svg class=”mySVG” xmlns=”http://www.w3.org/2000/svg” xmlns:xlink=”http://www.w3.org/1999/xlink” viewBox=”0 0 200 200″> <defs> <circle id=”armMaskPath” cx=”100″ cy=”100″ r=”100″/> </defs> <clipPath …
Read MoreCSS
Set auto height and width in CSS/HTML for different screen sizes
#Set auto height and width in CSS/HTML for different screen sizes Larger Device, Medium Devices & Small Devices media queries. (Work in my Scenarios.) Below …
Read MoreHow to auto adjust the div size for all mobile / tablet display formats?
This is called Responsive Web Development(RWD). To make page responsive to all device we need to use some basic fundamental such as:- 1. Set the …
Read MoreHow can I show dots (“…”) in a span with hidden overflow?
How can I show dots (“…”) in a div with hidden overflow? ._shr_name{ display:inline-block; width:180px; white-space: nowrap; overflow:hidden …
Read More