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
Fiverr Like Responsive Template With Rotating Images – Responsive Here is a fiver like HTML/CSS template for your team’s home page Demo Open demo in a full window – https://demos.webdevpuneet.com/layouts/fiverr/index.html Screenshots –...
Misc
The following script can be used for web app supporting pointer events and touch events. Pointer events are DOM events that are fired for a pointing device. They are designed to create a single DOM event model to handle pointing input devices such as a mouse,...
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...