下拉刷新

Here you can read past volumes of HelloGitHub Monthly by category. You are currently viewing the HelloGitHub CSS collection.

Star 3k
Vol.110
2 months ago

Theme Collection for Self-Hosted Applications.This provides unified and beautiful themes and skins for various self-hosted web applications, supporting more than 50 applications such as Nextcloud, Sonarr, Radarr, Jackett, Emby, Jellyfin and Home Assistant.

theme.park
2
nord
Star 6.8k
Vol.108
2 years ago

Beautiful Arctic Blue Color Scheme. This is an open-source Arctic Blue theme color scheme, including 16 soft shades, suitable for applications such as code editors, terminals, and web design. Even if you can't visit the Arctic in person, you can use this tranquil blue to immerse your visual experience in a journey.

nord
Star 3.4k
Vol.105
10 months ago

CSS Library for LaTeX Document Style. This is a CSS styling library that can make your website resemble a LaTeX document, supporting tags for theorems, definitions, lemmas, and proofs, as well as optional class names for authors, subtitles, abstracts, and more.

latex-css
Star 8.6k
Vol.96
2 months ago

CSS Easing Functions Cheat Sheet. Easing functions are used to control the speed of CSS animations. This project provides a series of elegant examples of easing functions, along with their effects.

.block {
	transition: transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
}
easings.net
Star 1.2w
Vol.95
7 days ago

Free Collection of Tailwind CSS Components. This project offers a variety of free Tailwind CSS components suitable for websites, marketing, and e-commerce platforms. These components support dark mode, mobile adaptation, and LTR, and can be used by simply copying the code.

hyperui
Star 7.4k
Vol.90
3 months ago

Cool Pokémon Card CSS Effects. This project is a collection of advanced CSS styles for Pokémon cards, employing techniques such as 3D transformations, filters, and gradients to achieve effects like luster, texture, galaxy holographic, and vertical light beams.

pokemon-cards-css
7
layui
Star 3.1w
Vol.88
18 hours ago

Web UI Component Library for Back-end Developers. This is a free Web UI component library developed using the native HTML/CSS/JS coding mode. It is easy to use without the need for a build tool, very beginner-friendly, and features a clean and refreshing UI that is highly appreciated by many back-end developers.

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>开始使用 Layui</title>
    <link href="./layui/css/layui.css" rel="stylesheet">
  </head>
  <body>
    <!-- HTML -->
     
    <script src="./layui/layui.js"></script>
    <script>
    // 使用组件
    layui.use(['layer', 'form'], function(){
      var layer = layui.layer;
      var form = layui.form;
      
      // 欢迎语
      layer.msg('Hello World');
    });
    </script> 
  </body>
</html>
layui
8
css
Star 1.3w
Vol.82
19 hours ago

GitHub Open Source Design System. A project open-sourced and maintained by GitHub's design team, encompassing GitHub's interface design principles, usage guidelines, and ready-to-use UI components.

css
Star 1k
Vol.81
a year ago

National University Emblems Font Icon Library. This project includes font icons made from the emblems of over 200 universities in China.

china_school_badge
10
daisyui
Star 4.1w
Vol.81
a day ago

An Extremely Popular Tailwind CSS Component Library. As the most popular Tailwind CSS component library today, it features high aesthetics, cleaner HTML, and in-depth customization capabilities.

<ul class="menu p-3 bg-base-200 rounded-xl">
    <li class="menu-title">
      <span>Menu Title</span>
    </li>
    <li><a>First Menu Item</a></li>
    <li><a>Second Menu Item</a></li>
    <li><a>Third Menu Item</a></li>
</ul>
daisyui