Skip to content

Instantly share code, notes, and snippets.

@LouisJeff
LouisJeff / index.html
Created November 1, 2020 21:37
Progress Tracker
<h1>Progress Tracker</h1>
<ol class="list-unstyled d-flex progress-bar">
<li class="col progress-bar__step complete">
<h2>Step 1</h2>
<p>Summary text explaining step 1.</p>
</li>
<li class="col progress-bar__step complete">
<h2>Step 2</h2>
<p>Summary text explaining step 2.</p>
@LouisJeff
LouisJeff / index.html
Created September 23, 2020 00:37
User profile
<h1 class="title-pen"> User Profile <span>UI</span></h1>
<div class="user-profile">
<img class="avatar" src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTF_erFD1SeUnxEpvFjzBCCDxLvf-wlh9ZuPMqi02qGnyyBtPWdE-3KoH3s" alt="Ash" />
<div class="username">Will Smith</div>
<div class="bio">
Senior UI Designer
</div>
<div class="description">
I use to design websites and applications
for the web.