Skip to content
Permalink
4cf842d595
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
30 lines (23 sloc) 604 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Flexbox 1 </title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<section>
<ul>
<li><i class="fas fa-inbox"></i></li>
<li class="select"> Inbox </li>
<li> Sent </li>
<li> Trash </li>
</ul>
<ul>
<li> Settings </li>
<li> Log Out </li>
</ul>
</section>
</body>
</html>