blob: 4b857b22f01a7962ca68db8ce0fff32e91f5cdae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<h3>Choose Containers</h3>
<hr/>
<style>
select {
height: 30px;
border-radius: 5px;
border: 1px solid #e8e8e8;
width: 135px;
margin-top: 20px;
margin-left: 20px;
}
</style>
|