Css 12
Cascading Style Sheet
Aspect Ratio Object Fit Property
Aspect Ratio is the proportional ratio between width and height. While displaying an image in browser it is very important to maintain width ratio or else the image appears as Detroit The aspect ratio can be two type display aspect ratio and storage aspect ratio. Handling Aspect Ratio:- object-fit is css3 property to handle aspect […]
HTML Pseudo Elements And Classes
The HTML Elements are categorized in Real Elements, Pseudo Elements, Real Classes,Pseudo Class. Example of Real Elements and Real Classes, <html> <head> <title>Real Elements And Classes</title> <style> .author-name{ color : green; } </style> </head> <body> <div class="author-name"> Sandeep </div> </body></html> Firebug Inspection: The Firefox and Firebug will display, Now add a css for hover attribute, […]