Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> .media { display: flex; align-items: flex-start; background: #F6F3EB; padding: 1em; border-radius: 3px; max-width: 24em; } .media-object { margin-right: .4em; font-size: 4em; } .media-body { flex: 1; } .media-heading { margin: 0 0 .5em; } </style> <div class="media"> <div class="media-object">😎</div> <div class="media-body"> <h3 class="media-heading">Organically Synthesized</h3> <p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p> </div> </div>
Preview