42 lines
531 B
CSS
42 lines
531 B
CSS
|
|
|
|
.dot{
|
|
|
|
border-left: none;
|
|
}
|
|
p{
|
|
margin-right: 56%;
|
|
margin-left: 1%;
|
|
border-left: 12px solid rgb(232, 231, 231);
|
|
mix-blend-mode: multiply;
|
|
}
|
|
|
|
.sr{
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.i{
|
|
font-style: italic;
|
|
}
|
|
|
|
.u{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#mycanvas {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
z-index: -1;
|
|
}
|
|
|
|
img{
|
|
width: 30%;
|
|
padding: 5px;
|
|
mix-blend-mode: multiply;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
margin-left: 30px;
|
|
} |