Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello ,

i am trying to achieve a UI something like below image. Here i have to create horizontal controls UI. But i am not able to figure it out how. I have tried some code but its showing in vertically.

HTML
<div>
                        <div class="form-group">
                            <input type="text" class="form-control" name="username" placeholder="Username">
                        </div>
                        <div class="form-group">
                            <input type="text" class="form-control" name="password" placeholder="Password">
                        </div>
                        <button type="submit" class="btn btn-default">Sign In</button>
                    </div>



How can i achieve the UI.

UI Image : https://drive.google.com/file/d/0By5-KA9afAe0X0JTTlk3c2x1VkE/view?usp=sharing[^]
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900