Design comparison
SolutionDesign
Solution retrospective
How can let my file styles.css override style from bootstrap 5 ?
Community feedback
- @SagnikAcharyaPosted about 2 years ago
In your .html file just place the local stylesheet/css(i.e. styles.css) file link after the bootstrap CDN link.That would make the styles from the local .css file override the bootstrap CSS styles.
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord