Spaces:
Running
on
Zero
Running
on
Zero
File size: 785 Bytes
71d3bec |
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 |
h1, h2, h3 {
text-align: center;
margin: 0;
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.instruct {
min-height: 250px;
background-color: transparent;
border: transparent;
}
#component-0{
justify-content: center;
align-items: center;
}
#component-2{
justify-content: center;
align-items: center;
}
/*#component-3{*/
/* justify-content: center;*/
/* align-items: center;*/
/*}*/
.justified-element {
/*display: flex;*/
justify-content: center;
align-items: center;
}
.small-elem {
max-width: 400px;
}
.o-pops {
color: #82cf8e; /* Light green color */
font-weight: bold;
}
.o-operators {
color: #ac85cc; /* Light purple color */
font-weight: bold;
} |