Programming Tips πŸ’‘
51.7K subscribers
67 photos
10 videos
30 files
354 links
Programming & AI:
Tips πŸ’‘
Articles πŸ“•
Resources πŸ‘Ύ
Design Patterns πŸ’Ž
Software Principles βœ…

πŸ‡³πŸ‡± Contact: @MoienTajik

🎯 Buy ads: https://telega.io/c/ProgrammingTip
Download Telegram
55 Checkboxes With Online Demo & Source Code πŸ‘Ύ

http://freefrontend.com/css-checkboxes/

#CSS #UI
@ProgrammingTip
What is currentColor in CSS ❓

currentColor β€” As name says , it pick the current color reference in an class and when you assign currentColor as one of the value of the property it will show the refer color.

[ Article ] : http://bit.do/curro

γ€°γ€°γ€°γ€°γ€°γ€°
#CSS #Tips
@ProgrammingTip
🌈 WebGradients

WebGradients is a free collection of 180 linear gradients that you can use as content backdrops in any part of your website. πŸ–₯

Easy copy CSS3 Crossbrowser code and use it in a moment! They Have also prepared a .PNG version of each gradient. As a bonus, there are packs for Sketch & Photoshop. πŸ”₯

https://t.me/pgimg/12
[ Website ] : https://webgradients.com/

γ€°γ€°γ€°γ€°γ€°γ€°
#css #color #gradient
@ProgrammingTip
CSS Variables β€” What You Need to Know 🎨

CSS variables are more accurately described as custom properties.

They are useful in preventing DRY β€” Don’t Repeat Yourself code.

With the ability to change a property once and have that change made all over your style sheet is magical ❗️

[ Article ] : http://bit.do/cvar

γ€°γ€°γ€°γ€°γ€°γ€°
#CSS #Variable
@ProgrammingTip
Enjoy CSS 🍻

Online CSS3 Code Generator With a Simple Graphical Interface. 🀠

[ Website ] : http://enjoycss.com

γ€°γ€°γ€°γ€°γ€°γ€°
#FrontEnd #Css
@ProgrammingTip
UnCSS ✨

UnCSS is a tool that removes unused CSS from your stylesheets. βœ…

It works across multiple files and supports Javascript-injected CSS. πŸ—‚


Howβ“πŸ€”

1️⃣ The HTML files are loaded by jsdom and JavaScript is executed.

2️⃣ All the stylesheets are parsed by PostCSS.

3️⃣ document.querySelector filters out selectors that are not found in the HTML files.

4️⃣ The remaining rules are converted back to CSS.

https://t.me/pgimg/43

[ Website ] : https://uncss-online.com/

[ Github ] : https://github.com/giakki/uncss

γ€°γ€°γ€°γ€°γ€°γ€°
#FrontEnd #Css #Tools
@ProgrammingTip