Best of CSSJune 2022

  1. 1
    Article
    Avatar of hashnodeHashnode·4y

    Better scrolling through modern CSS

    scrollbars are a very mundane thing that every website and every app has. They don't get much love from developers, but we should be paying a little more attention to them. Let's look at some of the things we can do in 2022 to improve the scrolling experience.

  2. 2
    Article
    Avatar of pointerPointer·4y

    bradtraversy/50projects50days: 50+ mini web projects using HTML, CSS & JS

    50 Projects in 50 Days - HTML/CSS and JavaScript and JavaScript. This is the main repository for all of the projects in the course. We are only accepting pull requests and looking at issues for bug fixes so that the code stays inline. All of these projects are part of the course and are available for download.

  3. 3
    Article
    Avatar of towardsdevTowards Dev·4y

    CSS Grid Layout Module

    CSS grid allows for more standardized code that works across browsers. A grid layout consists of a parent element, with one or more child elements. To make an HTML element behave as a grid container, you have to set the display property to grid . The grid-template-columns property defines the number of columns in your grid layout.

  4. 4
    Article
    Avatar of phProduct Hunt·4y

    Preline UI - Open source Tailwind CSS UI components

    This is Preline UI's first launch. Made byand. Featured on June 8th, 2022 .is not rated yet . This is preline.com's first ever app. It's available on iOS, Android, and Windows. It is free to download and use.

  5. 5
    Article
    Avatar of phProduct Hunt·4y

    Tailwind DX - A DevTools extension enabling smart tools for Tailwind CSS

    This is Tailwind DX's first launch. Made by. Featured on June 18th, 2022 .is not rated yet. Was hunted byin Developer Tools. Was made by in Developer Tools . Made by in developer tools. It is not ratedyet. It was made byin developer Tools.

  6. 6
    Article
    Avatar of communityCommunity Picks·4y

    Building a Design System from scratch

    A small scoped design system mainly composed of primitive components focused solely on personal branding and personal use. The scope of this design system feels small compared to the bigger ones we can get to work on in a work context, it was not necessarily less complex to build. In the following parts, I'll go through the challenges and decisions I've made along the way when working on this project.

  7. 7
    Article
    Avatar of codemotionCodemotion·4y

    Advanced CSS Tricks That You Have To Know

    CSS is the style side of Cascading Style Sheet. There are many useful advanced CSS tricks to learn, from the basics to things that are a little more advanced. Fixed Table Layout Colour Fade on Hover Using SVG for Icons Curve Text Around a Floated Image Auto Sizing Columns Creating Shapes Square, Circle, Triangle and Egg.

  8. 8
    Article
    Avatar of phProduct Hunt·4y

    CSS.GUI - Open source visual editors for everything in the CSS spec

    This is CSS.GUI's first launch. Made byand. Featured on June 11th, 2022 .is not rated yet . This is. CSS.UI's first release. It was hunted byin Design Tools GitHub and made by and. It is available on GitHub.

  9. 9
    Article
    Avatar of tuts_plusTuts+·4y

    30 Web Development Best Practices for Beginners

    In this post, I'll share 30 tips for best practices when you're coding you webpages or web apps. Always use Descriptive Meta Tags Use media Think About Accessibility Close All Your Tags Compress CSS Unobtrusive Scripting Separate IE Fixes Avoid !important Make Use of Browser Developer Tools Avoid Too Many Comments Beware of Heavy CSS Properties Use Shorthands Frameworks Come Last!

  10. 10
    Article
    Avatar of css_tricksCSS-Tricks·4y

    Great Web Development Books You Can Read Free | CSS-Tricks

    The Magic of CSS by Adam Schwartz is a great primer on complex CSS concepts. Resilient Web Design by Jeremy Keith is an approach for building the websites of the future. Beginning CSS Web Development: From Novice to Professional is a guide to the fundamentals of CSS.

  11. 11
    Article
    Avatar of logrocketLogRocket·4y

    Implementing claymorphism with CSS

    Claymorphism is a design concept that revolves around clay-like UIs. Its user-friendly appeal is gaining popularity in the UI design world, especially in Web3. By the end of the article, you will be able to create claymorphic design elements with Figma, CSS, and Tailwind CSS.

  12. 12
    Article
    Avatar of css_tricksCSS-Tricks·4y

    My Dumbest CSS Mistakes | CSS-Tricks

    We all make mistakes in our code. It happens! I know if I had one of those “Days Since Last Mistake” signs hanging over my desk, a big ol’ goose egg would be hovering above me all the time. It doesn’t have to be big mistakes, either. My clumsy self has committed small errors to repos ranging from typos all the way to complete module directories.

  13. 13
    Article
    Avatar of hashnodeHashnode·4y

    This Article Will Solve 80% of Your CSS Problems ('Cascading' Explained)

    Cascading is the first word of the acronym, yet it is one of the most overlooked and misunderstood feature of the styling language. The browser follows a set of rules to determine the winner (called the cascaded value ), and this set ofrules is exactly what is called the cascade.

  14. 14
    Article
    Avatar of logrocketLogRocket·4y

    A complete guide to using CSS filters with SVGs

    SVGs, or Scalable Vector Graphics, are an XML-based vector image format for displaying two-dimensional graphics. An SVGs doubles as both an image and document format. SVGs maintain their quality no matter how much you zoom in. This is possible because they’re made up of mathematical formulas.

  15. 15
    Article
    Avatar of hashnodeHashnode·4y

    CSS Logos: GitHub logo

    The GitHub logo contains Octocat, their mascot, and it is not an easy shape to re-create. I tried to use as few elements as possible to challenge myself. The logo is made up of a round shape containing a cutoutOctocat. The body is a cylinder shape but has some weird rounded edges that are pretty difficult to create.

  16. 16
    Article
    Avatar of hashnodeHashnode·4y

    Important CSS properties that are very handy.

    There are some hidden properties that can save us lots of time while coding. Inline-flex makes the flex container behave like an inline element instead of a block element. The align-self property specifies the alignment for the selected item inside the flexible container. We will discuss 4 CSS properties and 1 HTML entity.

  17. 17
    Article
    Avatar of phProduct Hunt·4y

    Tailbuild - Tailwind 3 CSS page and component builder

    Easy to use Tailwind 3 CSS page builder. Start with a pre-built HTML template, use your own HTML in the editor or drop in pre- built UI components into a blank canvas. Build, save, edit and download components and templates effortlessly with Tailbuild.