Adding lcd screen element
This commit is contained in:
parent
7917326214
commit
08acf37767
43 changed files with 181 additions and 20 deletions
|
|
@ -14,10 +14,38 @@
|
|||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
> .about-header {
|
||||
.about-header {
|
||||
position: absolute;
|
||||
left: -80px;
|
||||
bottom: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.lava-lamp-container {
|
||||
position: relative;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
transform: rotate(-5deg);
|
||||
|
||||
width: 100px;
|
||||
height: 180px;
|
||||
|
||||
.lamp-text {
|
||||
font-size: 30px;
|
||||
color: rgba(224, 27, 36, 0.7);
|
||||
}
|
||||
}
|
||||
|
||||
> .info-badges {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 1rem;
|
||||
align-items: start;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
> .manifesto-container {
|
||||
position: relative;
|
||||
> .manifesto-floppy {
|
||||
|
|
@ -31,6 +59,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.digital {
|
||||
font-family: "DSEG14-Classic";
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.about-page > .about-content {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue