@hatemhenchirSubmitted about 2 years ago
How can let my file styles.css override style from bootstrap 5 ?
How can let my file styles.css override style from bootstrap 5 ?
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.