No-Class / Classless CSS Frameworks
- Categories:
- notes
Belakangan saya sedang tertarik dan mendalami CSS Frameworks tanpa class / classless untuk dipasang di salah satu website saya agar ukuran CSS yang saya gunakan semakin kecil.
Classless atau No-Class CSS Frameworks adalah framework CSS dimana styling CSS langsung tembak pada elemen HTML, tanpa menggunakan atribut class HTML.
Contoh styling CSS classless adalah img { max-width: 100%; }
.
Berikut ini daftar CSS Frameworks favorit saya:
- Tags:
- #css
Recent Posts
LLM Tool Recommendations with Better Privacy and Security
I’ve been exploring security Large Language Models (LLMs) and how to run Large Language Models (LLMs) directly on personal devices. Here are my top recommendations.
KAK Labs Newsletter #7 – Deepening My Application Security Journey
Since transitioning into the security field, I’ve specialized in Application Security. Moving forward, you can expect even more security-focused insights and analyses from my blog.
How to Defend Against Brute-Force and DoS Attacks with Fail2ban, Nginx limit_req, and iptables
In this tutorial, I’ll explain how to protect your public-facing Linux server and Nginx web server from common threats, including brute-force and DoS attacks.
Is Getting AWS Solutions Architect Associate Certification Worth It?
If you are a full-time Software Engineer, there's no strong need to pursue this certification.
DevSecOps
My Notes about DevSecOps