remember/sims/downloads/all.css

22 lines
334 B
CSS
Raw Normal View History

2018-09-30 16:54:38 +00:00
/* FONT FACE */
@font-face {
font-family: "PatrickHand";
font-style: normal;
font-weight: 400;
src: url(../../css/PatrickHand-Regular.ttf) format('truetype');
}
body{
2018-10-18 15:35:56 +00:00
/*background:#bada55;*/
background: none;
margin: 0;
2018-09-30 16:54:38 +00:00
}
canvas{
width:150px;
margin: 5px;
2018-10-18 15:35:56 +00:00
}
#download{
width: 400px;
height: 50px;
cursor: pointer;
2018-09-30 16:54:38 +00:00
}