D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
wenzelmkay
Full window
Github gist
Happy Birthday Steve
Built with
blockbuilder.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Happy Birthday Dr. Steve Cresawn</title> <style> body {background-color: papayawhip; font-family: Arial; color: firebrick; text-align: center} h1 {font-size: 50px} h2 {font-size: 25px} p {font-size: 20px} </style> </head> <body> <div> <h1><img src="https://pngimg.com/upload/balloon_PNG580.png" alt="balloons" style="width:auto;height:auto;max-width:150px;max-height:150px; align:center">HAPPY BIRTHDAY STEVE!<img src="https://pngimg.com/upload/balloon_PNG580.png" alt="balloons" style="width:auto;height:auto;max-width:150px;max-height:150px;"></h1> </div> <h2>The Cresawn Lab would like to wish Steve a happy birthday....</h2> <p>And tell you all to come to Pale Fire tonight to celebrate his birthday!</p> <img src="https://67.media.tumblr.com/435496e64c67b3c94f0158c1f659c0c7/tumblr_nzs3cofRm11ravqovo1_500.gif" alt="dumbledore" style="width:auto;height:auto;max-width:600px;max-height:150px;"> <img src="https://bestanimations.com/Holidays/Birthday/funnybithdaygifs/funny-leonardo-decaprio-dancing-happy-birthday-gif.gif" alt="leodicap" style="width:auto;height:auto;max-width:150px;max-height:150px;"> <img src="https://rs636.pbsrc.com/albums/uu90/vanessa68_2009/Macros%20and%20gifs/tosgif.gif~c200" alt="startrek" style="width:auto;height:auto;max-width:150px;max-height:150px;"> <img src="https://66.media.tumblr.com/504cb94fe0f41e563f435ee2f833dcb5/tumblr_n4ra60H5W41rkoffro1_400.gif" alt="carlton" style="width:auto;height:auto;max-width:150px;max-height:150px;"> <img src="https://66.media.tumblr.com/tumblr_lfv4gz3FT41qbtsvoo1_500.gif" alt="colbertandthatotherguy" style="width:auto;height:auto;max-width:800px;max-height:150px;"> </body> </html>