ajout index g to l + scroll
This commit is contained in:
33
styles.css
33
styles.css
@@ -1,22 +1,35 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.col{
|
||||
display: flex;
|
||||
height: 98vh;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.col1{
|
||||
width: 45%;
|
||||
overflow: auto;
|
||||
width: 45%;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.col2{
|
||||
|
||||
margin-left: 20px;
|
||||
text-align: left;
|
||||
width: 55%;
|
||||
overflow: auto;
|
||||
margin-left: 20px;
|
||||
text-align: left;
|
||||
width: 55%;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.dot{
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
margin-left: 6px;
|
||||
margin-top: 5px;
|
||||
display: inline-block;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
margin-left: 6px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 8px;
|
||||
|
||||
}
|
||||
p{
|
||||
@@ -24,6 +37,7 @@ p{
|
||||
margin-left: 1%;
|
||||
border-left: 12px solid rgb(232, 231, 231);
|
||||
mix-blend-mode: multiply;
|
||||
|
||||
}
|
||||
|
||||
.sr{
|
||||
@@ -67,3 +81,4 @@ img{
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user