Coding

Coding

1999 bookmarks
Newest
Defensive CSS
Defensive CSS
Practical CSS and design tips that helps in building future-proof user interfaces.
·defensivecss.dev·
Defensive CSS
CSS Selectors: A Visual Guide & Reference | fffuel
CSS Selectors: A Visual Guide & Reference | fffuel
Visual guide to CSS selectors, including pseudo-classes (:nth-child, :hover,...), functional pseudo-classes (:not, :is,...) and pseudo-elements.
·fffuel.co·
CSS Selectors: A Visual Guide & Reference | fffuel
How to Create a Section Divider Using CSS
How to Create a Section Divider Using CSS
It's always cool to have a fancy section divider on your website. And it's even better if we can make them responsive and easy to adjust. This is what you will learn in this article. We will explore different section dividers made using only CSS and some optimized code that's
·freecodecamp.org·
How to Create a Section Divider Using CSS
size - CSS: Cascading Style Sheets | MDN
size - CSS: Cascading Style Sheets | MDN
The size CSS at-rule descriptor, used with the @page at-rule, defines the size and orientation of the box which is used to represent a page. Most of the time, this size corresponds to the target size of the printed page if applicable.
·developer.mozilla.org·
size - CSS: Cascading Style Sheets | MDN
box-shadow - CSS: Cascading Style Sheets | MDN
box-shadow - CSS: Cascading Style Sheets | MDN
The box-shadow CSS property adds shadow effects around an element's frame. You can set multiple effects separated by commas. A box shadow is described by X and Y offsets relative to the element, blur and spread radius, and color.
·developer.mozilla.org·
box-shadow - CSS: Cascading Style Sheets | MDN
Visual Studio Code Key Bindings
Visual Studio Code Key Bindings
Here you will find the complete list of key bindings for Visual Studio Code and how to change them.
·code.visualstudio.com·
Visual Studio Code Key Bindings
ease-out, in; ease-in, out | CSS-Tricks - CSS-Tricks
ease-out, in; ease-in, out | CSS-Tricks - CSS-Tricks
We got to talking about easing in a recent episode of ShopTalk with Val Head and Sarah Drasner. Easing is important stuff when it comes to animations and
·css-tricks.com·
ease-out, in; ease-in, out | CSS-Tricks - CSS-Tricks
Roboto - Google Fonts
Roboto - Google Fonts
Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While
·fonts.google.com·
Roboto - Google Fonts
cdnjs - The #1 free and open source CDN built to make life easier for developers
cdnjs - The #1 free and open source CDN built to make life easier for developers
Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 12.5% of all websites, serving over 200 billion requests each month, powered by Cloudflare. We make it faster and easier to load library files on your websites.
·cdnjs.com·
cdnjs - The #1 free and open source CDN built to make life easier for developers
How To Create a Custom Checkbox and Radio Buttons
How To Create a Custom Checkbox and Radio Buttons
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
·w3schools.com·
How To Create a Custom Checkbox and Radio Buttons
How to Link JavaScript to HTML
How to Link JavaScript to HTML
JavaScript can be linked to HTML by adding all the JavaScript code inside the HTML file. Another solution is to write JavaScript in a dedicated separate javaScript file and provide the reference of the JavaScript file in the HTML. Linking JS with HTML makes your website dynamic and interactive. The first way is using JavaScript within the HTML file. The second way is using JavaScript outside the HTML file using a JavaScript file.
·linuxhint.com·
How to Link JavaScript to HTML
Tryit Editor v3.7
Tryit Editor v3.7
The W3Schools online code editor allows you to edit code and view the result in your browser
·w3schools.com·
Tryit Editor v3.7
22 CSS Product Cards
22 CSS Product Cards
Welcome to our collection of CSS product cards article! In this comprehensive compilation, we have curated a selection of free HTML and CSS code examples that showcase product card designs.
·freefrontend.com·
22 CSS Product Cards
Tryit Editor v3.7
Tryit Editor v3.7
The W3Schools online code editor allows you to edit code and view the result in your browser
·w3schools.com·
Tryit Editor v3.7
Simplest jQuery Slideshow - Snook.ca
Simplest jQuery Slideshow - Snook.ca
A friend was looking at doing a simple slideshow. The requirements were very straightforward: No animation controls. eg: play, stop. Images should cross-fade. Her instinct was to find...
·snook.ca·
Simplest jQuery Slideshow - Snook.ca
Tryit Editor v3.7
Tryit Editor v3.7
The W3Schools online code editor allows you to edit code and view the result in your browser
·w3schools.com·
Tryit Editor v3.7
A Guide to the Responsive Images Syntax in HTML | CSS-Tricks - CSS-Tricks
A Guide to the Responsive Images Syntax in HTML | CSS-Tricks - CSS-Tricks
This guide is about the HTML syntax for responsive images (and a little bit of CSS for good measure). We'll go over srcset and , plus a whole bunch of things to consider to help you get the best performance and design control from your images.
·css-tricks.com·
A Guide to the Responsive Images Syntax in HTML | CSS-Tricks - CSS-Tricks