Newer
Older
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
background: url("../assets/images/wallpaper_binary_white.png");
background-size: 60%;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
header {
width: 100%;
nav {
ul {
display: flex;
padding: 0;
margin: 0;
list-style-type: none;
li {
}
}
}
}
#page-container {
background-color: white;
width: 1200px;
max-width: 100%;
flex: 1;