Difference between revisions of "Team:BroadRun-Baltimore/Parts"

(Replaced content with "{{BroadRun-Baltimore}} <html> <div class="center"> Some text here. </div> </html>")
Line 5: Line 5:
 
<div class="center">
 
<div class="center">
 
Some text here.
 
Some text here.
 +
 +
hr {
 +
    display: block;
 +
    margin-top: 0.5em;
 +
    margin-bottom: 0.5em;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    border-style: inset;
 +
    border-width: 1px;
 +
}
 +
</hr>
 +
 
</div>
 
</div>
  
 
</html>
 
</html>

Revision as of 23:43, 5 October 2016

.MathJax nobr>span.math>span{border-left-width:0 !important};





Some text here. hr { display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; }