Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Untitled"
Bootstrap 4.1.1 Snippet by
danielfino
4.1.1
Preview
HTML
View Full Screen
Fork
Fork this
106
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>User Profile</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"> </head> <body> <div class="container"> <h1>User Profile</h1> <div class="row"> <div class="col-sm-6"> <h3>Name:</h3> <p>John Doe</p> <h3>Email:</h3> <form> <div class="form-group"> <input type="email" class="form-control" id="email" placeholder="john.doe@example.com"> </div> </form> </div> <div class="col-sm-6"> <h3>Subscriptions:</h3> <form> <div class="form-check"> <input class="form-check-input" type="checkbox" id="subscriptionA" checked> <label class="form-check-label" for="subscriptionA"> Technology </label> </div> <div class="form-check"> <input class="form-check-input" type="checkbox" id="subscriptionB"> <label class="form-check-label" for="subscriptionB"> Clothing </label> </div> <div class="form-check"> <input class="form-check-input" type="checkbox" id="subscriptionC" checked> <label class="form-check-label" for="subscriptionC"> Sports </label> </div> </form> </div> </div> <button type="submit" class="btn btn-primary">Save Changes</button> <br> <br><br> <div class="row"> <div class="col-sm-6"> <h3>Bid History:</h3> <table class="table"> <thead> <tr> <th>Auction ID</th> <th>Product Name</th> <th>Highest Bid</th> <th>Time Left</th> </tr> </thead> <tbody> <tr> <td>#123</td> <td>Monitor</td> <td>$100</td> <td>2h 13m</td> </tr> <tr> <td>#456</td> <td>Jacket</td> <td>$50</td> <td>Finished</td> </tr> </tbody> </table> </div> <div class="col-sm-6"> <h3>Auctions Created:</h3> <table class="table"> <thead> <tr> <th>Auction ID</th> <th>Product Name</th> <th>Starting Bid</th> <th>Time Left</th> </tr> </thead> <tbody> <tr> <td>#789</td> <td>Mousepad</td> <td>$10</td> <td>Finished</td> </tr> <tr> <td>#987</td> <td>Jeans</td> <td>$50</td> <td>Finished</td> </tr> </tbody> </table> </div> </div> </div>
Related:
See More
Free Template
Material Bootstrap Wizard
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76