mat.services/css/style.css

10 lines
290 B
CSS
Raw Normal View History

2016-04-11 01:46:13 +00:00
.title, .text {
text-align: center;
font-family: -apple-system, 'BlinkyMacSystemFont', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}