Skip to content

I have seen people constantly making some mistakes when using Bootstrap. This is a fix to few of those.

License

Notifications You must be signed in to change notification settings

Neeeophytee/Bootstrap_fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap_fix

I have seen people constantly making some mistakes when using Bootstrap. This is a fix to few of those.

The Folder Tree

Create a folder with the component name and inside that folder put your html file.

Example

Bootstrap_fix/bootstrap_component/your_file_name.html

The Template

<!--Briefly but clearly explain what problem are you solving at the start of your file inside this commented area-->
<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<style>
<!--Your custom styling goes here-->
</style>
</head>
<body>
<!--Your html goes here-->
</body>
</html>

Contributing

Once you have completed at least one successful fix submission, you can submit another pull request to add your name in the CONTRIBUTING.md file.

Format of CONTRIBUTING.md

Licensing

This project is licensed under the MIT License - see the LICENSE file for details

About

I have seen people constantly making some mistakes when using Bootstrap. This is a fix to few of those.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages