Team:UCLA/Template/CSS test
From 2014.igem.org
(Difference between revisions)
Samichaels (Talk | contribs) |
Samichaels (Talk | contribs) |
||
Line 560: | Line 560: | ||
} | } | ||
- | hr.style- | + | hr.style-one { |
- | + | ||
border: 0; | border: 0; | ||
- | + | height: 1px; | |
+ | background: #333; | ||
+ | background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); | ||
+ | background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); | ||
+ | background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); | ||
+ | background-image: -o-linear-gradient(left, #ccc, #333, #ccc); | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 23:28, 12 August 2014