|
|
Line 92: |
Line 92: |
| } | | } |
| } | | } |
− |
| |
− | @keyframes intro-fadein {
| |
− | from {opacity: 0}
| |
− | to {opacity: 1}
| |
− | }
| |
− |
| |
− | @-webkit-keyframes intro-fadein {
| |
− | from {opacity: 0}
| |
− | to {opacity: 1}
| |
− | }
| |
− |
| |
− | /*#intro-section {
| |
− | width: 50%;
| |
− | display: none;
| |
− | margin: 15% auto;
| |
− | animation: intro-fadein ease-in 0.8s;
| |
− | }
| |
− |
| |
− | #intro-logo {
| |
− | width: 60%;
| |
− | height: auto;
| |
− | display: block;
| |
− | margin: auto;
| |
− | }
| |
− |
| |
− | #intro-section button {
| |
− | font-family: 'CustomAcuminFont', sans-serif;
| |
− | font-size: 1.5em;
| |
− | transition: background-color 0.3s, color 0.3s ease-in-out;
| |
− | -webkit-transition: background-color 0.3s, color 0.3s ease-in-out;
| |
− | background-color: #fff;
| |
− | color: #000;
| |
− | border: 1px solid #000;
| |
− | }
| |
− |
| |
− | #intro-section button:hover {
| |
− | cursor: pointer;
| |
− | color: #fff;
| |
− | background-color: #000;
| |
− | }
| |
− |
| |
− | #enter-icon {
| |
− | padding: 2% 8% 1% 8%;
| |
− | font-weight: 400;
| |
− | display: block;
| |
− | margin: 5% auto;
| |
− | }
| |
− |
| |
− | #nav-icon {
| |
− | padding: 0.4% 1%;
| |
− | font-weight: 600;
| |
− | margin: 0;
| |
− | position: absolute;
| |
− | top: 5%;
| |
− | right: 2%;
| |
− | }*/
| |
| | | |
| header { | | header { |