Search
Items tagged with: CSS
Printing #music with #CSS Grid โ Blog โ Cruncher โ web development agency in Lausanne
https://cruncher.ch/blog/printing-music-with-css-grid/
Printing music with CSS grid
Music notation should be as accessible and as fluid as text is on the web. CSS Grid helps us get there.Cruncher
CSS for printing to paper
CSS for printing to paper
I do like articles explaining how to use CSS for printing!
CSS for printing to paper
Introduction
Sample files
@page
@media print
Width, height, margin, and padding
Element positioning
Multi-page documents with repeating elements
Portrait / Landscape mode
Data source
Essentials cheatsheet
Introducti
https://monodes.com/predaelli/2024/03/05/css-for-printing-to-paper/
#HTML #Web #CSS
CSS for printing to paper
CSS for printing to paper I do like articles explaining how to use CSS for printing!Paolo Redaelli
oklch() retains perceived lightness for different hue angles
The oklch() color function enables using the P3 color space but more importantly allows color manipulations that retain perceived lightness.Stefan Judis (Stefan Judis Web Development)
Greetings from the #MDN team who bring you https://developer.mozilla.org ๐งโ๐ป
We document web platform technologies, including #HTML, #JavaScript, #CSS, #WebAPIs, and provide resources for people starting their web development journey!
We're thrilled to join a decentralized network at @mozilla to see what everyone is building and sharing on the #OpenWeb
MDN Web Docs
The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.developer.mozilla.org
This css one liner can define how your site looks on a device with dark mode set in the browser settings.
@media (prefers-color-scheme: dark)
Or if your main style is dark mode, you can define how the light mode will look.
@media (prefers-color-scheme: light)
Source: CSS only dark mode without JS - Simon Dalvai
https://monodes.com/predaelli/2023/08/13/css-only-dark-mode-without-js-simon-dalvai/
#Web #CSS
CSS only dark mode without JS โ Simon Dalvai
This css one liner can define how your site looks on a device with dark mode set in the browser settings. @media (prefers-color-scheme: dark) Or if your main style is dark mode, you can define how โฆPaolo Redaelli
A collection of popular layouts and patterns made with CSS - CSS Layout
https://monodes.com/predaelli/2023/01/06/a-collection-of-popular-layouts-and-patterns-made-with-css-css-layout/
#Web #CSS
CSS Infinite 3D Sliders
CSS-Tricks is really a huge treasure
https://monodes.com/predaelli/2022/12/26/css-infinite-3d-sliders/
#HTML #CSS
Super Useful CSS Resources ๐ - DEV Community ๐ฉโ๐ป๐จโ๐ป
The ultimate list of 70+ web-based CSS tools that every frontend developer should have bookmarked!
Super Useful CSS Resources ๐
#css #webdev #opensource #codenewbie
A collection of 70 h
https://monodes.com/predaelli/2022/12/24/super-useful-css-resources-%f0%9f%8c%88-dev-community-%f0%9f%91%a9%f0%9f%92%bb%f0%9f%91%a8%f0%9f%92%bb/
#HTML #Web
Super Useful CSS Resources ๐ โ DEV Community ๐ฉโ๐ป๐จโ๐ป
Super Useful CSS Resources ๐ โ DEV Community ๐ฉโ๐ป๐จโ๐ป The ultimate list of 70+ web-based CSS tools that every frontend developer should have bookmarked!Paolo Redaelli
@jwildeboer