68 lines
847 B
CSS
68 lines
847 B
CSS
.col{
|
|
display: flex;
|
|
}
|
|
|
|
.col1{
|
|
width: 45%;
|
|
}
|
|
|
|
.col2{
|
|
|
|
margin-left: 20px;
|
|
text-align: left;
|
|
width: 55%;
|
|
}
|
|
.dot{
|
|
color: black;
|
|
text-decoration: none;
|
|
margin-left: 6px;
|
|
margin-top: 5px;
|
|
|
|
}
|
|
p{
|
|
margin-right: 10px;
|
|
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: 65%;
|
|
padding: 5px;
|
|
mix-blend-mode: multiply;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.titre{
|
|
font-weight: bold;
|
|
border: none;
|
|
}
|
|
|
|
.iu{
|
|
font-style: italic;
|
|
text-decoration: underline;
|
|
mix-blend-mode: multiply;
|
|
} |