Preview:
function prefix_add_footer_styles() {
	wp_enqueue_style( 'child-main-styles', get_stylesheet_directory_uri() . '/style.css' , '', '');
};
add_action( 'get_footer', 'prefix_add_footer_styles' );
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