Top Leads
Responsive type scales with composable CSS utiliti[IT, unknown]
Posted 1 year ago
Responsive type scales with composable CSS utilities
Tobias Ahlin Bjerrome explains how you can create composable, responsive, and fluid-type scales that smoothly adapt to viewport and container widths using calc(), clamp(), and CSS vars. - https://tobiasahlin.com/blog/responsive-fluid-css-type-scales
#css
What do y’all think?[IT, unknown]
Posted 1 year ago
Hey css folks. My website is almost complete. I would like users but would like honest opinions about the layout.
The reason why I feel the need to ask is because I took a risk and went against some general design rules. For example, most web sites have things in certain places, people don’t like horizontal scrolling ect. The ...
Game-NUI: Character Creator, CSS/HTML/JS Project T[IT, job post]
Posted 1 year ago
Game-NUI: Character Creator, CSS/HTML/JS Project
This project entails the creation of a NUI: In essence a css / html project using javascript to be used in a game.
The purpose of this site is to create a character creator and info hub, using a more futuristic, cyberpunkish look.
The detailed layout, references and functionality of this are included in ...
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
Responsive type scales with composable CSS utiliti[IT, unknown]
Posted 1 year ago
Responsive type scales with composable CSS utilities
Tobias Ahlin Bjerrome explains how you can create composable, responsive, and fluid-type scales that smoothly adapt to viewport and container widths using calc(), clamp(), and CSS vars. - https://tobiasahlin.com/blog/responsive-fluid-css-type-scales
#css
How do you guys just know what to type?[IT, job post]
Posted 1 year ago
I have been watching people not only in videos but real life typing code. It baffles me how they just know what to type and what to do. Take a weather app tutorial for example, the person presenting the tutorial types all kind of Javascript things but it isn't even in the documentation.
I have been learning HTML, CSS and ...