mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at quote-hover 29 lines 442 B view raw
1html, body { 2 height: 100%; 3 width: 100%; 4 padding: 0; 5 margin: 0; 6 background: #FAFAFA; 7 font-family: 'Helvetica Neue', arial, sans-serif; 8 font-weight: 400; 9 color: #444; 10 -webkit-font-smoothing: antialiased; 11 -moz-osx-font-smoothing: grayscale; 12} 13 14* { 15 box-sizing: border-box; 16} 17 18#app { 19 height: 100%; 20 text-align: center; 21 background-color: #673ab8; 22 color: #fff; 23 font-size: 1.5em; 24 padding-top: 100px; 25} 26 27.link { 28 color: #fff; 29}