Template:Sandbox/styles.css: Difference between revisions

From OnTrackNorthAmerica
(Created page with "#title{ border: 2px }")
 
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
#title{
.tmp-cnt{
  border: 2px
    border-width: 2px;
    border-style: solid;
}
}

Latest revision as of 16:12, 26 April 2024

.tmp-cnt{
    border-width: 2px;
    border-style: solid;
}