attempt to repair the css.
parent
8580bf171b
commit
19d1d8d978
@ -1,162 +1,165 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: WonderType Regular;
|
font-family: WonderType Regular;
|
||||||
src: url("fonts/WonderType-Regular.otf") format("opentype"),
|
src: url("fonts/WonderType-Regular.otf") format("opentype"),
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: ApfelGrotezk Regular;
|
font-family: ApfelGrotezk Regular;
|
||||||
src:
|
src:
|
||||||
url("fonts/ApfelGrotezk-Regular.otf") format("opentype"),
|
url("fonts/ApfelGrotezk-Regular.otf") format("opentype"),
|
||||||
url("fonts/ApfelGrotezk-Regular.woff") format("woff");
|
url("fonts/ApfelGrotezk-Regular.woff") format("woff");
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
background-color: #c5ff26;
|
background-color: #c5ff26;
|
||||||
}
|
}
|
||||||
h1{
|
h1{
|
||||||
font-family: WonderType Regular;
|
font-family: WonderType Regular;
|
||||||
font-size: 4rem;
|
font-size: 4rem;
|
||||||
left: 0rem;
|
left: 0rem;
|
||||||
top: 0rem;
|
top: 0rem;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
line-height: 3.8rem;
|
line-height: 3.8rem;
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
font-family: ApfelGrotezk Regular;
|
font-family: ApfelGrotezk Regular;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
top: 0rem;
|
top: 0rem;
|
||||||
left: 0rem;
|
left: 0rem;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
rotate: 90deg;
|
rotate: 90deg;
|
||||||
width: 99vw;
|
width: 99vw;
|
||||||
height: 95vw;
|
height: 95vw;
|
||||||
}
|
}
|
||||||
h3{
|
h3{
|
||||||
font-family: ApfelGrotezk Regular;
|
font-family: ApfelGrotezk Regular;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 90vh;
|
top: 90vh;
|
||||||
left: 0rem;
|
left: 0rem;
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
}
|
}
|
||||||
h4{
|
h4{
|
||||||
font-family: ApfelGrotezk Regular;
|
font-family: ApfelGrotezk Regular;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 90vh;
|
top: 90vh;
|
||||||
right: 0rem;
|
right: 0rem;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
}
|
}
|
||||||
.intro{
|
.intro{
|
||||||
font-family: ApfelGrotezk Regular;
|
font-family: ApfelGrotezk Regular;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
left: 0rem;
|
left: 0rem;
|
||||||
top: 0rem;
|
top: 0rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding-top: 15rem;
|
padding-top: 15rem;
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
.down{
|
.down{
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 92vh;
|
top: 92vh;
|
||||||
left: 0rem;
|
left: 0rem;
|
||||||
padding-left: 50vw;
|
padding-left: 50vw;
|
||||||
}
|
}
|
||||||
.down:hover{
|
.down:hover{
|
||||||
color: whitesmoke;
|
color: whitesmoke;
|
||||||
transition-duration: 3s;
|
transition-duration: 3s;
|
||||||
}
|
}
|
||||||
.map{
|
#map {
|
||||||
top: 0rem;
|
position: absolute;
|
||||||
left: 0rem;
|
top: 150vh;
|
||||||
width: 100%;
|
left: 0;
|
||||||
height: 100%;
|
width: 100vw;
|
||||||
opacity: 0%;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
#map1{
|
#map1{
|
||||||
top: 110vh;
|
position: absolute;
|
||||||
left: 0rem;
|
left: 0;
|
||||||
width: 100%;
|
top: -100px;
|
||||||
height: 70%;
|
/* top: 110vh; */
|
||||||
|
/* left: 0rem; */
|
||||||
|
width: 100%;
|
||||||
|
height: 70%;
|
||||||
}
|
}
|
||||||
button{
|
button{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 190vh;
|
z-index: 1;
|
||||||
left: 5rem;
|
/* top: 190vh; */
|
||||||
display: grid;
|
left: 5rem;
|
||||||
grid-template-columns: repeat(8, 1fr);
|
display: grid;
|
||||||
gap: 10px;
|
grid-template-columns: repeat(8, 1fr);
|
||||||
grid-auto-rows: 100px;
|
gap: 10px;
|
||||||
grid-template-areas:
|
grid-auto-rows: 100px;
|
||||||
"a a b b c c d d"
|
grid-template-areas:
|
||||||
"a a b b c c d d"
|
"a a b b c c d d"
|
||||||
"e e f f g g h h"
|
"a a b b c c d d"
|
||||||
"e e f f g g h h";
|
"e e f f g g h h"
|
||||||
/* display: flex;
|
"e e f f g g h h";
|
||||||
justify-content: space-evenly; */
|
/* display: flex;
|
||||||
width: 89vw;
|
justify-content: space-evenly; */
|
||||||
/* height: 90vh; */
|
width: 89vw;
|
||||||
/* align-items: stretch; */
|
/* height: 90vh; */
|
||||||
/* background-color: blanchedalmond; */
|
/* align-items: stretch; */
|
||||||
/* opacity: 50%; */
|
/* background-color: blanchedalmond; */
|
||||||
font-family: WonderType Regular;
|
/* opacity: 50%; */
|
||||||
font-size: 2rem;
|
font-family: WonderType Regular;
|
||||||
color: whitesmoke;
|
font-size: 2rem;
|
||||||
|
color: whitesmoke;
|
||||||
}
|
}
|
||||||
.item1 {
|
.item1 {
|
||||||
grid-area: a;
|
grid-area: a;
|
||||||
align-self: end;
|
align-self: end;
|
||||||
}
|
}
|
||||||
.item2 {
|
.item2 {
|
||||||
grid-area: b;
|
grid-area: b;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
}
|
}
|
||||||
.item3 {
|
.item3 {
|
||||||
grid-area: f;
|
grid-area: f;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
}
|
}
|
||||||
.item4 {
|
.item4 {
|
||||||
grid-area: h;
|
grid-area: h;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
}
|
}
|
||||||
.item5 {
|
.item5 {
|
||||||
grid-area: g;
|
grid-area: g;
|
||||||
align-self: end;
|
align-self: end;
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
}
|
}
|
||||||
.item6 {
|
.item6 {
|
||||||
grid-area: c;
|
grid-area: c;
|
||||||
align-self: end;
|
align-self: end;
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
}
|
}
|
||||||
.item7 {
|
.item7 {
|
||||||
grid-area: h;
|
grid-area: h;
|
||||||
align-self: end;
|
align-self: end;
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
a:hover{
|
.container a:hover{
|
||||||
color: #c5ff26;
|
color: #c5ff26;
|
||||||
transition-duration: 2s;
|
transition-duration: 2s;
|
||||||
}
|
}
|
||||||
.extra{
|
.extra{
|
||||||
color: #c5ff26;
|
color: #c5ff26;
|
||||||
font-family: ApfelGrotezk Regular;
|
font-family: ApfelGrotezk Regular;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
top: 0rem;
|
top: 0rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue