(Created page with "{{Aalto-Helsinki}} <html> <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-w...") |
|||
Line 38: | Line 38: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="container"> | ||
+ | <h2>Button Styles</h2> | ||
+ | <button type="button" class="btn">Basic</button> | ||
+ | <button type="button" class="btn btn-default">Default</button> | ||
+ | <button type="button" class="btn btn-primary">Primary</button> | ||
+ | <button type="button" class="btn btn-success">Success</button> | ||
+ | <button type="button" class="btn btn-info">Info</button> | ||
+ | <button type="button" class="btn btn-warning">Warning</button> | ||
+ | <button type="button" class="btn btn-danger">Danger</button> | ||
+ | <button type="button" class="btn btn-link">Link</button> | ||
</div> | </div> | ||
Revision as of 13:04, 26 July 2018
My First Bootstrap Page
Resize this responsive page to see the effect!
Column 1
Lorem ipsum dolor sit amet, consectetur adipisicing elit...
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...
Column 2
Lorem ipsum dolor sit amet, consectetur adipisicing elit...
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...
Column 3
Lorem ipsum dolor sit amet, consectetur adipisicing elit...
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...
Button Styles
</html>