Spaces:
Runtime error
Runtime error
File size: 1,671 Bytes
9b94dc4 ed07a1c 25e486d ed07a1c 25e486d 7e97149 8593eff ed07a1c eb7407d ed07a1c b003161 461ce4b 9cc89e9 b003161 ed07a1c 25e486d 8593eff ed07a1c 25e486d 85f26e2 ef7f413 ed07a1c 25e486d 55904aa 8ec001f 55904aa 184e5ae b5f8eb3 ed07a1c b5f8eb3 ed07a1c 25e486d ef7f413 6f9a1f7 ef7f413 793f1bf ed07a1c 25e486d 793f1bf ed07a1c 25e486d ed07a1c 25e486d ed07a1c 25e486d ed07a1c 25e486d ed07a1c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
: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 !important;
width: 100% !important;
color: black !important;
transition: all .2s ease-out 0s !important;
box-shadow: 0 10px #DBFBFB !important;
border: 1px solid black !important;
border-radius: 10px !important;
--tw-gradient-from: #C0FCDC !important;
--tw-gradient-to: #DBFBFB !important;
}
.gr-button:hover {
box-shadow: 0 5px #00AEAB;
transform: translateY(5px);
}
.gr-button:focus {
--tw-gradient-from: #CE2C97 !important;
--tw-gradient-to: #F5501C !important;
box-shadow: 0 10px #F5501C !important;
}
.gr-check-radio {
background-color: #CE2C97 !important;
}
h1 {
background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif) !important;
background-size: cover !important;
color: transparent !important;
-moz-background-clip: text !important;
-webkit-background-clip: text !important;
text-transform: uppercase;
font-size: 60px !important;
line-height: .75 !important;
margin: 10px 0 !important;
}
.box {
background-color: #454545 !important;
text-align: center;
margin: 10px;
padding: 5%;
}
.acc, .feat, .data, .team {
background-color: #CE2C97 !important
}
.prj, .ethics {
background-color: #F5501C !important;
}
.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;
}
} |