https://github.com/alfikiafan/bootstrap-custom
This repository is a customized version of Bootstrap, tailored to suit specific project needs. It includes modifications to the default Bootstrap styles, components, and variables.
https://github.com/alfikiafan/bootstrap-custom
bootstrap css custom
Last synced: 2 months ago
JSON representation
This repository is a customized version of Bootstrap, tailored to suit specific project needs. It includes modifications to the default Bootstrap styles, components, and variables.
- Host: GitHub
- URL: https://github.com/alfikiafan/bootstrap-custom
- Owner: alfikiafan
- Created: 2023-05-28T10:49:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T11:37:34.000Z (about 3 years ago)
- Last Synced: 2025-01-17T04:27:14.876Z (over 1 year ago)
- Topics: bootstrap, css, custom
- Language: CSS
- Homepage: https://alfikiafan.github.io/bootstrap-custom/style.css
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap Custom Repository
This repository contains a custom version of Bootstrap CSS framework.
## Description
This repository is a customized version of Bootstrap, tailored to suit specific project needs. It includes modifications to the default Bootstrap styles, components, and variables.
## Usage
You can use the CSS file in this repository to replace the default Bootstrap CSS in your project.
### Method 1: Using the CDN
To use the custom CSS file from this repository via a CDN (Content Delivery Network), you can include the following link in the `` section of your HTML file:
```html
```
### Method 2: Downloading the CSS File
Alternatively, you can download the custom CSS file from this repository and include it in your project manually. Follow these steps:
1. Navigate to the [custom-bootstrap.css](custom-bootstrap.css) file in this repository.
2. Click on the "Raw" button to view the raw contents of the file.
3. Right-click and choose "Save As" to download the file to your local machine.
4. Include the downloaded CSS file in your project by adding the following link in the `` section of your HTML file:
```html
```
Replace `path/to/custom-bootstrap.css` with the actual file path in your project.
## Customization
If you want to further customize the Bootstrap styles or variables, you can modify the [style.css](style.css) file in this repository. Feel free to make changes and adapt it to your specific project requirements.
## Contributions
Contributions to this custom Bootstrap repository are welcome. If you have any improvements, bug fixes, or additional features that you would like to contribute, please open an issue or submit a pull request.
## License
This repository is licensed under the same license as Bootstrap.