Preview:
$html = '';
    	$args = ( array(
		'post_type' => 'post',
		'posts_per_page' => '1'
		
	));
    $the_query = new WP_Query( $args );
	while ( $the_query->have_posts() ) : $the_query->the_post();
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