added starting css
parent
dd5a221526
commit
2397b8f238
|
@ -0,0 +1,10 @@
|
|||
.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));
|
||||
}
|
Loading…
Reference in New Issue