Dev Miscellaneous
356 subscribers
883 photos
6 videos
5 files
912 links
A channel where you can find developer tips, tools, APIs, resources, memes and interesting contents.

Join our comments chat for more.

Comments chat (friendly :D)
https://t.me/+r_fUfa1bx1g0MGRk
Download Telegram
MacOS in Svelte

A painting of macOS Big Sur in HTML, CSS and JS.

https://macos.vercel.app/

@DevMisc
#webdev #svelte #javascript #css
Designing Beautiful Shadows in CSS

When I look around the web, most of the shadows I see are fuzzy grey boxes. It doesn't have to be this way, though!

https://www.joshwcomeau.com/css/designing-shadows/

@DevMisc
#css #web #design
What is CSS preprocessor?

Nowadays, we often craft our styles by using preprocessors syntax. They provides a CSS-like syntax with enhanced features to save our time when building the web.

https://makzan.net/mobile-web-design/what-is-css-preprocessor/

@DevMisc
#css #scss #webdev #learn
CSS Is Finally Getting If/Else Statements

When I started coding CSS in 2011 I could never have suspected how much the language would change. I still remember making a PHP script that generated a PNG to round corners.

https://kentondejong.medium.com/css-is-finally-getting-if-else-statements-3fabcec72a1f

@DevMisc
#web #design #css
Goodbye CSS Modules, Hello TailwindCSS

Migrating from CSS Modules to TailwindCSS.

https://www.polytomic.com/blog-posts/goodbye-css-modules-hello-tailwindcss

@DevMisc
#css #tailwind #webdev
CSS Battle

CSS code-golfing game is here! Use your CSS skills to replicate targets with smallest possible code.

https://cssbattle.dev/

@DevMisc
#css #learn #misc
The 2 Easiest Ways To Improve Your Site's Accessibility

https://youtu.be/A4OftTlVldo

@DevMisc
#web #css #accessibility
Entire website in a single HTML file

I can’t stop thinking about this site. Nothing to write home about except that… the whole website is contained within a single HTML file.

https://css-tricks.com/a-whole-website-in-a-single-html-file/

@DevMisc
#web #css #html #misc
CSS Gradients that avoid the β€œgray dead zone”

https://www.joshwcomeau.com/css/make-beautiful-gradients

@DevMisc
#css #design #misc
πŸ‘1
Defensive CSS

A list of defensive CSS techniques to avoid potential future issues.

https://ishadeed.com/article/defensive-css/

@DevMisc
#css #web #tips
🀣6❀4
Smol CSS

Minimal snippets for modern CSS layouts and components.

https://smolcss.dev/

@DevMisc
#web #css #ui
UiVerse

Open-Source UI elements for any project.

https://uiverse.io/all

@DevMisc
#css #web #utils
πŸ‘2❀1πŸ”₯1πŸ™1
πŸ‘2❀1
Scroll-driven Animations

A bunch of demos and tools to show off Scroll-driven Animations using new CSS features.

@DevMisc
#web #css #learn #misc
πŸ‘1
πŸ‘1
A Single Div

A CSS drawing experiment to see what's possible with a single div.

https://a.singlediv.com/

@DevMisc
#css #web #design #fun
❀1
Hardest Problem in Computer Science: Centering Things

https://tonsky.me/blog/centering/

@DevMisc
#web #css #learn
❀2
Can you convert a video to pure CSS?

- It is possible to convert a video into a pure CSS animation, where each pixel of the video is represented by an animated CSS element.
- This technique involves downscaling the video, extracting the pixel data, and generating a massive CSS animation with keyframes for each pixel.
- The process can be optimized by skipping keyframes where the pixel color hasn't changed, but this introduces some visual artifacts.
- An alternative approach uses CSS box-shadows to represent the video pixels, which is simpler and more performant, especially on Chrome browsers.
- Browser support and performance varies greatly, with Safari handling much larger CSS animations than Chrome before crashing.
- The final CSS-based video animation can be further converted into an animated GIF using a library like GIF.js.
- The motivation behind this project seems to be more about the technical challenge and novelty rather than practical application.
- The author emphasizes the importance of style over substance, suggesting this approach could be used for startup landing pages to send a message, even if it crashes most browsers.
- The author hints at the possibility of creating a new file format called ".vibcss" to standardize this CSS-based video approach.
- Overall, the document showcases an innovative, if impractical, technique to push the boundaries of what is possible with CSS animations.


https://dgerrells.com/blog/can-you-convert-a-video-to-pure-css

@DevMisc (🟠 comments)
#css #web #fun
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2