1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Snake/sources/css/style.css

18 lines
394 B
CSS
Raw Normal View History

2021-03-11 09:39:52 +01:00
@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;
}