Top Leads
Naming Variables In CSS Jonathan Dallas shares so[IT, unknown]
Posted 1 year ago
Naming Variables In CSS
Jonathan Dallas shares some thoughts related to naming CSS Custom Properties. - https://jwdallas.com/posts/namingcssvariables
#css
Using CSS custom properties like this is a waste [IT, unknown]
Posted 1 year ago
Using CSS custom properties like this is a waste
Kevin Powell explores how you can make your code a lot more efficient by leveraging pseudo-private custom properties. - https://www.youtube.com/watch?v=_2LwjfYc1x8
#css
Limit the reach of your selectors with the CSS @sc[IT, other]
Posted 1 year ago
Limit the reach of your selectors with the CSS @scope at-rule
Bramus Van Damme explains how to use @scope to select elements only within a limited subtree of your DOM. - https://developer.chrome.com/articles/at-scope
#css
How to Fix Issues With CSS Position Sticky Not Wor[IT, unknown]
Posted 1 year ago
How to Fix Issues With CSS Position Sticky Not Working?
#css
Read more
HTML in the future[IT, job post]
Posted 1 year ago
Is it still good to learn html, css and javascript in the future to have a job. Now that there is open AI?
Limit the reach of your selectors with the CSS @sc[IT, job post]
Posted 1 year ago
Limit the reach of your selectors with the CSS @scope at-rule
Bramus Van Damme explains how to use @scope to select elements only within a limited subtree of your DOM. - https://developer.chrome.com/articles/at-scope
#css
Please Help Me[IT, unknown]
Posted 1 year ago
Hi Everyone, can you please help me.. Actually I have currently created a e-commerce website using html css and javascript for my college project which is frontend...Now my teacher told me to do the backend of this project (e-commerce website) . I don't know how to do it. Can you suggest me what languages should I learn fast to implement ...
how do i make a website[IT, job post]
Posted 1 year ago
so basically i have all the html css js files and now i want to make the website, where should i upload the files
Is this even possible with pure CSS?[IT, unknown]
Posted 1 year ago
The cloudy/smoky trail situation on this site. It follows the mouse but also just flows if mouse not moving. It's both opaque and not.
I tried making a mouse trail using Js and CSS but it was just a bunch of circles. I couldn't capture it properly. So, am I missing something or does this need a library? Thanks ...