Spaces:
Runtime error
Runtime error
| :root { | |
| /* define any variables here */ | |
| } | |
| ul { | |
| display: inline-block; | |
| text-align: left; | |
| } | |
| img { | |
| display: block; | |
| margin: auto; | |
| } | |
| p { | |
| text-align: center; | |
| } | |
| .gr-button { | |
| display: block ; | |
| width: 100% ; | |
| color: black ; | |
| transition: all .2s ease-out 0s ; | |
| box-shadow: 0 10px #DBFBFB ; | |
| border: 1px solid black ; | |
| border-radius: 10px ; | |
| --tw-gradient-from: #C0FCDC ; | |
| --tw-gradient-to: #DBFBFB ; | |
| } | |
| .gr-button:hover { | |
| box-shadow: 0 5px #00AEAB; | |
| transform: translateY(5px); | |
| } | |
| .gr-button:focus { | |
| --tw-gradient-from: #CE2C97 ; | |
| --tw-gradient-to: #F5501C ; | |
| box-shadow: 0 10px #F5501C ; | |
| } | |
| .gr-check-radio { | |
| background-color: #CE2C97 ; | |
| } | |
| h1 { | |
| background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif) ; | |
| background-size: cover ; | |
| color: transparent ; | |
| -moz-background-clip: text ; | |
| -webkit-background-clip: text ; | |
| text-transform: uppercase; | |
| font-size: 60px ; | |
| line-height: .75 ; | |
| margin: 10px 0 ; | |
| } | |
| .box { | |
| background-color: #454545 ; | |
| text-align: center; | |
| margin: 10px; | |
| padding: 5%; | |
| } | |
| .acc, .feat, .data, .team { | |
| background-color: #CE2C97 | |
| } | |
| .prj, .ethics { | |
| background-color: #F5501C ; | |
| } | |
| .model-container { | |
| display: flex; | |
| flex-direction: column; | |
| justify-content: center; | |
| } | |
| .spacer { | |
| display: flex; | |
| justify-content: center; | |
| } | |
| .model-div { | |
| width: 45%; | |
| } | |
| @media screen and (max-width: 700px) { | |
| .model-container { | |
| flex-wrap: wrap; | |
| } | |
| } |