wes-website/styles.css

11 lines
263 B
CSS
Raw Normal View History

2021-10-31 18:50:39 +01:00
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
2021-11-01 02:08:06 +01:00
body {
2021-10-25 16:38:29 +02:00
font-family: 'Zen Kurenaido', sans-serif;
2021-11-02 18:54:03 +01:00
}
body, html {
background-image:url("background.gif"); background-repeat:repeat;
width: 100%;
height: auto;
}