Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Skjulet styles

// Register Style
function skjulet_styles() {

	wp_register_style( 'bootstrap', 'https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css', false, '4.5' );

}
add_action( 'wp_enqueue_scripts', 'skjulet_styles' );