pixelvault-devport / style.css
RowDler's picture
generate me a vintage, retro pexel style developer portfolio website, it need to in pixel style like minecraft elements
970e21e verified
Raw
History Blame Contribute Delete
560 Bytes
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
image-rendering: pixelated;
}
body {
font-family: 'Courier New', monospace;
line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Press Start 2P', cursive;
}
input, textarea, button {
font-family: inherit;
font-size: inherit;
}
button, a {
cursor: pointer;
}
.custom-navbar, custom-navbar {
display: block;
width: 100%;
}
.custom-footer, custom-footer {
display: block;
width: 100%;
}