shylie.info/resources/style.css
2024-01-13 02:54:12 -05:00

41 lines
591 B
CSS

@font-face {
font-family: 'proggy-tiny';
src: url('ProggyTiny.ttf');
}
* {
font-weight: 400;
}
html {
display: flex;
justify-content: center;
margin: auto;
margin-top: 20px;
font-family: 'proggy-tiny';
font-size: 32px;
background: #400;
color: #FB8;
text-shadow: 2px 2px #100;
}
body {
text-align: center;
background: #840;
padding: 5px 25px 5px 25px;
box-shadow: 4px 4px 0px 1px #100;
width: 65%;
}
h1,.block {
padding: 0.125em;
background: #600;
box-shadow: 4px 4px 0px 1px #200;
color: #FB0;
text-shadow: 2px 2px #000;
}
h1 {
text-shadow: 3.5px 3.5px #000;
}