Best of CSSSeptember 2021

  1. 1
    Article
    Avatar of dzDZone·5y

    5 HTML and CSS Good Practices

    It is quite easy to find good practices for any technology, but unfortunately, the same cannot be said about HTML and CSS. I've made my list of 5 cases when you can create a user-friendly, or clumsy, interface using only HTML andCSS. The alt attribute is quite useful, but many developers don’t use it efficiently.

  2. 2
    Article
    Avatar of hashnodeHashnode·5y

    How I make CSS Art

    On the third of June 2021, I created my very first CSS art. I decided to write this blog post to illustrate my thought process from the very beginning up until publishing the art on codepen. Hopefully, this will attract more people into creating CSS art and have fun with it.

  3. 3
    Article
    Avatar of phProduct Hunt·5y

    Tailwind Mobile - Mobile UI components built with Tailwind CSS

    Tailwind Mobile - is a free and open source mobile UI components library built with Tailwind CSS. With components for React, Svelte & Vue.js. Embed on your blog or social media accounts to show your support for Tailwind Mobile. Back to the page you came from.

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

    What I Wish I Knew About CSS When Starting Out As A Frontender

    The Box Model (e.g. box-sizing , height , width , margin , padding ) The Document Flow and Positioning (e,g. position , top , left , etc.) There are also some useful concepts to keep in mind when building reusable and composable components.

  5. 5
    Article
    Avatar of phProduct Hunt·5y

    Flowrift - Beautifully designed Tailwind CSS UI blocks

    Flowrift is a library made of beautifully designed Tailwind CSS UI blocks. Go big or go small: Stack blocks on top of each other to build full-page layouts, or selectively copy small code snippets. All blocks work with Tailwind's default configuration. Embed Collect

  6. 6
    Article
    Avatar of hashnodeHashnode·5y

    Creating Kirby with CSS art

    Today, we'll be recreating Kirby using nothing but CSS. The result will be the amazing Kirby you see below. Let's start by creating the HTML elements we'll need. Then we'll give Kirby its shadow shape with the pseudo :before selector. We'll use the before element to offset it to the background. And we'll use a double border-radius to offset the feet.

  7. 7
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    I instructed GitHub Copilot to code an Instagram profile feed in React. Here’s what happened.

    GitHub Copilot is a React-based front-end tool that predicts Leetcode problems in seconds. Can it predict the logic for Infinite Scroll? Can it accurately fetch the logic from a paginated API? Let’s find out! I took it for a spin to see what it can do.

  8. 8
    Article
    Avatar of hashnodeHashnode·5y

    Trying out Next.js for the first time 🤯

    Hashnode Bootcamp's Day 5 task was a perfect moment I could try a new thing and write about it. Here I am writing about using Next.js for two really basic things I needed to work on. Here are the projects: The Birthday Wish Generator and the Home Page.

  9. 9
    Article
    Avatar of smashingSmashing Magazine·5y

    Interactive Learning Tools For Front-End Developers — Smashing Magazine

    interactive coding tools and games to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions, Jamstack and pretty much everything in-between. Interactive Learning Tools For Front-End Developers are curated by SmashingMag's John Defterios. The list includes games that teach you about different parts of the flexbox specification.

  10. 10
    Article
    Avatar of devtoDEV·5y

    Glassmorphism Login Form using only HTML & CSS

    You can convert any simple design to a Glassmorphism design. For this, you need to change a little bit of code. In this article, I am going to show you how to create Glass Morphism Login Form using HTML and CSS code. Follow the tutorial below to create your own login form.

  11. 11
    Article
    Avatar of bitBits and Pieces·5y

    CSS Flexbox vs Grid layout

    Flexbox and Grid are two CSS layout models that can be used to create complex web application layouts with just a couple of CSS rules. The Flexbox layout model allows you to distribute unused space between elements that are vertically or horizontally aligned. The Grid layout model is made of rows and columns that is made to create a rigid layout.

  12. 12
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    Span HTML – How to Use the Span Tag with CSS

    Kolade Chris is the author of Span HTML – How to Use the Span Tag with CSS and HTML. Span HTML is an HTML tag that can be used to tag content in HTML and CSS. For more information on how to use Span HTML, visit Span HTML.

  13. 13
    Article
    Avatar of hashnodeHashnode·5y

    6 HTML and CSS Projects For Your Portfolio

    We've made a list of 6 HTML and CSS Projects you can practice on and include in your portfolio. You'll be facing challenges that will require research to solve, and that ultimately improves your skills. If you want to be updated when we release new challenges, follow us on Twitter.

  14. 14
    Article
    Avatar of devtoDEV·5y

    Frosted glass on CSS

    This week I'm going to show you how to make frosted glass just through CSS. There are a lot of variations you can do and that you can definitely find online. By the end of this blog, we should have something like Kyle Wetton's frosting glass on CodePen.

  15. 15
    Article
    Avatar of hashnodeHashnode·5y

    Skills You Need to Become a Front End Developer in 2021

    Front End Developer is a person who sets up the UI and tone of a site and translates the designs given by the product team. A front-end developer works on optimizing the performance of the site and components. Frontend development might be easy to learn but it takes time to master, especially on larger products.

  16. 16
    Article
    Avatar of sitepointSitePoint·5y

    7 of the Best Code Playgrounds

    A variety of front-end code playgrounds have appeared over the years. Most offer a quick and dirty way to experiment with client-side (and sometimes server-side) code then share it with others. Here’s our look at seven of the best, comparing CodePen and a number of CodePen alternatives.

  17. 17
    Article
    Avatar of chromeChrome Developers·5y

    Modernising CSS infrastructure in DevTools

    DevTools implemented CSS in two different ways: one for CSS files used in the legacy part of DevTools, and one for modern web components. The CSS implementation in DevTools was defined many years ago and is now outdated. The aim was to remove technical debt caused by the legacy system but also make the migration process to CSS Module Scripts easier.

  18. 18
    Article
    Avatar of devtoDEV·5y

    29 Projects To Help You Practice HTML CSS Javascript 2021

    Learn about UI Page projects to increase design ability and how to apply HTML, CSS, Javascript to actual website development. Today we will go into learning aboutUI Page projects. We will also look at how to use HTML and CSS to create a web page. We hope you will find this information helpful.

  19. 19
    Article
    Avatar of flaviocopesFlavio Copes·5y

    How to become a Web Developer in 2021

    The next edition of the bootcamp will be in Q2 2022 and will contain the first part of this program. The advanced boot camp will take place in Q3 2022. How do you become a Web Developer in 2021? In this post I’ll tell you what I would do.

  20. 20
    Article
    Avatar of css_tricksCSS-Tricks·5y

    Twitter's div Soup and Uglyfied CSS, Explained

    React Native for Web provides cross platform primitives that normalize inconsistencies and allow to build web applications that are touch friendly. To ensure reliable interactions like touch or gestures and to provide a higher degree of compatibility, React Native reimplements some web primitives making sure that semantics and accessibility are preserved if not enhanced.

  21. 21
    Article
    Avatar of hashnodeHashnode·5y

    6 Ways to Host Your React JS App For Free

    Choosing a hosting provider for your app is very important, as your website performance depends on it. Here are some popular and free hosting services, that you can use to deploy your react app. Deploying an application created with a framework like React, Vue, or Angular differs significantly from deploying a website built with HTML, CSS, and JavaScript.

  22. 22
    Article
    Avatar of chromeChrome Developers·5y

    What's New In DevTools (Chrome 95)

    DevTools added an easier yet flexible way to update lengths in CSS. The Command Menu user interface is now enhanced. Lighthouse will now detect if the Largest Containful Paint (LCP) element was a lazy-loaded image. You can now click to read the DevTools release notes in 6 other languages.

  23. 23
    Article
    Avatar of hashnodeHashnode·5y

    What and Why Next.js and TailwindCSS?

    Next.js is a production-ready framework for the javascript library React. Tailwind is a CSS framework that allows us to write CSS directly inside our HTML. The long classes can be opinionated but it is worth a try.Through the great talk given by Sam Sycamore and Francesco Ciulla at Hashnode Bootcamp day 3, I am now much clearer on what I am gonna write in the near future.

  24. 24
    Article
    Avatar of css_tricksCSS-Tricks·5y

    Grainy Gradients

    Noise makes otherwise solid colors or smooth gradients more realistic. Despite designers’ affinity for texture, noise is rarely used in web design. In this article, we’ll generate colorful noise to add texture to a gradient with only a small amount of CSS and SVG.

  25. 25
    Article
    Avatar of css_tricksCSS-Tricks·5y

    Proposal for CSS @when

    @media (min-width: 600px) { /* WHEN this media query is true, do these styles. */ } @media (max-width): 599px { /* ... */ }That’s a little… fidgety. The syntax is much cleaner in this new proposal.