Skip to content

theblockchaineth/phunks-bootstrap-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

phunks-bootstrap-css

Basic Phunky Themes using Bootstrap 5 Standards
Used on phunkspotlight.xyz

Import order is important, bootstrap then custom. Any overrides or custom features in custom.css please.
Then, any additional CSS after that.

Ensure your index.html contains the following:
(Due to Markdown issues, please delete [remove me] from the start of the below tags)

Within HEAD: <[remove me]link rel="preconnect" href="https://fonts.googleapis.com">

Within BODY: <[remove me]script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>

Example Usage in JS:

import './theme/bootstrap.css';
import './theme/custom.css';

About

A basic Bootstrap 5 Template for all thing CryptoPhunk

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages