Flora
Flora
KPCKevin Powell - Community
Created by Flora on 11/28/2024 in #front-end
how to adjust this space around my table?
thanks, this worked
5 replies
KPCKevin Powell - Community
Created by Flora on 11/28/2024 in #front-end
how to adjust this space around my table?
if you're wondering why all of my css is inline, the website i'm making this for doesn't allow non-inline css
5 replies
KPCKevin Powell - Community
Created by Flora on 11/28/2024 in #front-end
how to adjust this space around my table?
heres the code
<div style="color:#d5cdfd; margin-right:2vw; margin-left:auto; max-width: 29vw; height:377px; border: 10px solid #d5cdfd; border-collapse: separate; border-spacing: 0;
border-radius: 10px; margin-top:2vw">
<div style="height:80px; color:#d5cdfd; align-items: center; font-size:32px; display: flex; justify-content: center; align-items: center;
margin-right:2vw; margin-left:2vw">Extra Notes</div>
<div style="height:277px; overflow-y:auto; overflow-x:hidden; overflow-wrap:anywhere; color:#d5cdfd; padding-right:1vw; padding-top:1vw;
border-top: 10px solid #d5cdfd;">
<ul>
<li style="margin-bottom:10px">Can absorb electricity from most sources, storing it within his head.</li>
<li style="margin-top:10px; margin-bottom:10px">establishmentarism</li>
<li style="margin-top:10px; margin-bottom:10px">The blood in his head is very acidic, while the blood in the rest of his body isn't quite as acidic.</li>
<li style="margin-top:10px; margin-bottom:10px">His gills serve as his main weak spot, as striking them will make it hard for him to get air, especially underwater.</li>
<li style="margin-top:10px; margin-bottom:10px">Moves on land by slithering, similar to that of a snake.</li>
</ul>
</div>
</div>
<div style="color:#d5cdfd; margin-right:2vw; margin-left:auto; max-width: 29vw; height:377px; border: 10px solid #d5cdfd; border-collapse: separate; border-spacing: 0;
border-radius: 10px; margin-top:2vw">
<div style="height:80px; color:#d5cdfd; align-items: center; font-size:32px; display: flex; justify-content: center; align-items: center;
margin-right:2vw; margin-left:2vw">Extra Notes</div>
<div style="height:277px; overflow-y:auto; overflow-x:hidden; overflow-wrap:anywhere; color:#d5cdfd; padding-right:1vw; padding-top:1vw;
border-top: 10px solid #d5cdfd;">
<ul>
<li style="margin-bottom:10px">Can absorb electricity from most sources, storing it within his head.</li>
<li style="margin-top:10px; margin-bottom:10px">establishmentarism</li>
<li style="margin-top:10px; margin-bottom:10px">The blood in his head is very acidic, while the blood in the rest of his body isn't quite as acidic.</li>
<li style="margin-top:10px; margin-bottom:10px">His gills serve as his main weak spot, as striking them will make it hard for him to get air, especially underwater.</li>
<li style="margin-top:10px; margin-bottom:10px">Moves on land by slithering, similar to that of a snake.</li>
</ul>
</div>
</div>
5 replies