Explorer
project
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<button id="open" class="trig">Invite teammate</button>
<div id="back" class="back">
<div class="modal">
<div class="head">
<h3>Invite teammate</h3>
<button id="x" aria-label="Close">x</button>
</div>
<label>Email</label>
<input placeholder="name@company.com" />
<label>Role</label>
<select>
<option>Member</option>
<option>Admin</option>
<option>Owner</option>
</select>
<div class="act">
<button class="g" id="c">Cancel</button>
<button class="p">Send invite</button>
</div>
</div>
</div>
rloop.dev/p/Pr-T51