CodeMoon07
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
@แผฯฯฯ
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
that aswell
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
body {
width: 100vw;
height: 100vh;
display: grid;
place-items: center;
overflow: auto;
}
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: system-ui, Arial, Helvetica, tahoma, Verdana, sans-serif, monospace;
outline: none;
border: none;
appearance: none;
user-select: none;
overflow: hidden;
letter-spacing: 0.5px;
}
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
I FOUND A CURSED EXAMPLE
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
OH NAH
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
lemme find some old bad CSS code from me for fun
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
wdym
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
yh
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
ik
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
dont ask me why
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
like resize both and overflow auto on EVERYTHING
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
including other random stuff in the universal selector
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
guess what i did that in my early stages of css
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
dayum
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
your telling me thats bad
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
* {
margin: 0;
padding: 0;
border: 0;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
wait lemme show you an example
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
cmon man that cant be too harsh its just preventing layout defaults
64 replies
KPCKevin Powell - Community
โขCreated by CodeMoon07 on 4/30/2025 in #help
CSS => Too Complicated ๐ก
if yes then should i style include a box model reset with margin and padding etc none
64 replies