/**
* load child CSS
*/
function child_theme_styles() {
wp_enqueue_style( 'child-css', get_stylesheet_uri());
wp_enqueue_style( 'normalize', get_stylesheet_directory_uri() .'/normalize.css' );
}
add_action( 'wp_enqueue_scripts', 'child_theme_styles' );
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter