<html> <head> <style>img{width: 100px;}.title{background-color: coral;}.navigation{background-color: lightCoral; color: white;}.content{background-color: linen; text-align: center;}div{margin-bottom: 10px; border-radius: 5px; padding: 12px;}</style> </head> <body> <div class="title"> <h2>Dashboard</h2> </div><div class="navigation"> Profile Messages Settings Help </div><div class="content"> <img src="https://bit.ly/2WkDp5F"> <h4>Joe Dramatic</h4> <h5>5 million followers</h5> </div></body></html>]]>