Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- margin: 0;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale
- }
- code {
- font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
- }
- .App {
- text-align: center
- }
- .App-logo {
- height: 40vmin;
- pointer-events: none
- }
- @media (prefers-reduced-motion:no-preference) {
- .App-logo {
- -webkit-animation: App-logo-spin 20s linear infinite;
- animation: App-logo-spin 20s linear infinite
- }
- }
- .App-header {
- background-color: #282c34;
- width: 100vw;
- background-position: 50%;
- background-size: cover;
- min-height: 100vh;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 1.1em;
- font-weight: 700;
- line-height: 1.8em;
- color: #fff;
- overflow-x: hidden
- }
- .opacity {
- opacity: .9
- }
- .App-link,
- .btn-main,
- .pink-text {
- color: #cc42e1
- }
- .btn-main {
- width: 70%;
- border: 2px solid #cc42e1;
- background: transparent;
- font-size: 1.1em;
- font-weight: 700;
- line-height: 1.8em;
- margin: auto
- }
- .btn-main:hover {
- color: #fff;
- background: #cc42e1
- }
- .small-text {
- font-size: .8em;
- line-height: 1.4em;
- font-weight: 400
- }
- @media (min-width:576px) {
- .small-text {
- font-size: .9em
- }
- }
- @-webkit-keyframes App-logo-spin {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg)
- }
- to {
- -webkit-transform: rotate(1turn);
- transform: rotate(1turn)
- }
- }
- @keyframes App-logo-spin {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg)
- }
- to {
- -webkit-transform: rotate(1turn);
- transform: rotate(1turn)
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment