-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.txt
28 lines (28 loc) · 976 Bytes
/
input.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<header class="navbar container">
<section class="navbar-section" style="padding:15px;">
<img src="logo.svg">
<form>
<div class="has-icon-left float-right" style="padding-right:20px;">
<input type="text" class="form-input" style="border:0px;border-bottom:2px solid #5755d9;" placeholder="title...">
</div>
<button class="btn btn-action btn-sm float-left" style="border:0px;margin-right:-35px;margin-top:6px;"><i class="icon icon-search" style="margin-top:3px;"></i></button>
</form>
</section>
<section class="navbar-center">
<ul class="tab">
<li class="tab-item active">
<a href="#">title</a>
</li>
<li class="tab-item">
<a href="#">title</a>
</li>
<li class="tab-item">
<a href="#">title</a>
</li>
</ul>
</section>
<section class="navbar-section">
<a href="#" class="btn btn-link">title</a>
<a href="#" class="btn btn-link">title</a>
</section>
</header>