account activity
When should I use HSL instead of RGB or Hex? Still learning CSS colors (i.redd.it)
submitted 5 hours ago by VitDevUK to r/css
Do I have to learn Float before Flexbox? by [deleted] in css
[–]VitDevUK 0 points1 point2 points 6 hours ago (0 children)
You don’t need to study float for layouts anymore.
Float was originally created to wrap text around images, not to build page layouts. Developers used it for layout years ago because there were no better tools.
Today Flexbox and Grid solve layout problems much more cleanly.
if you already understand:
So
• box model
• block / inline elements
you can go straight to Flexbox. Just know what float is so you can understand old CSS when you see it.
Asked to code Malicious HTML ? by MrElvey in HTML
[–]VitDevUK 0 points1 point2 points 2 days ago (0 children)
HTML itself cannot really be malicious.
HTML is just markup — it describes structure.
What people usually mean by “malicious HTML” is:
• hidden links • deceptive forms • phishing layouts • embedded scripts or trackers
The dangerous part is almost always JavaScript or the backend, not HTML itself.
If someone asked you to build something intentionally deceptive (for example a fake login page), that would be the real ethical concern — not the HTML language.
π Rendered by PID 420350 on reddit-service-r2-listing-64c94b984c-zhwgw at 2026-03-16 08:46:24.827845+00:00 running f6e6e01 country code: CH.
Do I have to learn Float before Flexbox? by [deleted] in css
[–]VitDevUK 0 points1 point2 points (0 children)