Home > Web Front-end > CSS Tutorial > GMX.css v. Select your favorite theme!

GMX.css v. Select your favorite theme!

Mary-Kate Olsen
Release: 2024-12-29 08:13:11
Original
418 people have browsed it

GMX.css v. Select your favorite theme!

Bored for use the default purple theme? Now, GMX.css have a built in themes that you can simply add to your website! ?

Add

So, you can import the themes file under the gmx.css & iconify-icon imports with this simple code:

<link rel="stylesheet" href="https://unpkg.com/gmx.css/theme.css">
Copy after login

It was includes Red, Pink, Purple, Indigo, Blue, Cyan, Teal, Green, Lime, Yellow, Amber, Orange and Monochrome color.

For example, if you want to make your site have a green color scheme, just add the green class to your body site!

...
<body>



<p>Just that! Import the theme file and add color class to the body. Make your website have uniqueness and characteristics. ?</p>


<hr>

<p>Getting started on your website with GMX.css now ✨<br>
</p>

<pre class="brush:php;toolbar:false"><link rel="stylesheet" href="https://unpkg.com/gmx.css">
<script src="https://unpkg.com/iconify-icon"></script>
Copy after login

GMX.css repository
GMX.css NPM
GMX.css website

The above is the detailed content of GMX.css v. Select your favorite theme!. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template