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
Re-Creating The Pop-Out Hover Effect With Modern C[IT, unknown]
Posted 1 year ago
Re-Creating The Pop-Out Hover Effect With Modern CSS
Temani Afif shows how to combine CSS masks, CSS variables, trigonometric functions, @property, and more to create a neat hover effect that would have been extremely difficult to create even a few years ago without the latest and greatest that CSS has to offer. - https://www.smashingmagazine.com/2023/09/re-creating-pop-out-hover-effect-css-part1
#css
Which is better practice? repeat(2, 1fr) or 1fr 1fr[IT, other]
Posted 1 year ago
I know this is a dumb question, but it haunts me.
When using CSS grid's grid-template-columns and grid-template-rows, is it better to write repeat(2, 1fr) or 1fr 1fr when you want two columns? I know this is trivial, but I think about this every time I write it. I usually write the former, my argument being is it's easier to ...
[HIRING] Frontend Webentwickler
Posted 1 year ago
[HIRING][Karlsruhe, Germany, Frontend, Onsite]
Create Scrapy spider to scape website Project Desc[IT, job post]
Posted 1 year ago
Create Scrapy spider to scape website
Project Description:
- I am looking for a skilled developer to create a Scrapy spider for scraping data from Website A.
- The goal is to scrape all information available on the website.
- The desired format for the scraped data is JSON.
- The ideal candidate should have experience with web scraping using ...
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
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
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