Tag: CSS
Misc
IPad-Specific CSS Here’s IPad only CSS that worked for me. You might have a situation where you need to add certain styles targeting IPads only. Use this code and please let me know in comments if it worked for you. CSS File – Include Method Add this code...
Misc
Media query is a CSS technique introduced in CSS3. It is a cool way to target different screen sizes, orientations, and devices. Here are CSS Media Queries for iPhone X, 8, and 8 Plus. iPhone X, 8 and 8 Plus CSS Media Queries Media Query for iPhone X @media only...
Misc
Media Query for IPad Pro – CSS Here is Portrait and Landscape CSS media query specially designed for the iPad Pro tablet. You can directly copy and paste the media queries to your CSS file and write your styles within the {} curly braces. CSS /*...
Misc
Custom File Input Check out the following demo with code to style file input select button as a web browser do not allow to style it directly like a div element. It’s a bit of jQuery to copy the file name and display it inside label, and some CSS to hide the...
Misc
It’s a good tool to convert your images to base 64 code that you can use inside your HTML or CSS directly if you do not want to make an HTTP request for your image as an asset or icon. Tool Link – https://tools.webdevpuneet.com/image-to-base64-converter/...