You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <style>
- .bootstrap-hr {
- margin-top: 1em;
- margin-bottom: 3em;
- border: 0 none -moz-use-text-color;
- border-top: 1px solid #434857;
- }
- </style>
- <template>
- <div class="container">
- <div class="col-xs-6 col-xs-offset-3">
- <hr class="bootstrap-hr">
- </div>
- </div>
- </template>
|