17 lines
394 B
CSS
17 lines
394 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
|
|
|
|
body{
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-image: url("../images/yargon-kerman-webp-net-gifmaker-39.gif");
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
}
|
|
|
|
h1{
|
|
font-family: 'Press Start 2P', cursive;
|
|
text-align: center;
|
|
color: yellow;
|
|
}
|