factorio-website/styles.css

19 lines
324 B
CSS
Raw Normal View History

2019-01-09 17:17:14 +01:00
@import url('https://fonts.googleapis.com/css?family=Raleway');
body {
background-image: url("Factorio-Mainbus.jpg");
font-family: 'Raleway', sans-serif;
}
section {
background-color: white;
border-radius: 0.3rem;
margin: 1rem;
padding: 0.3rem;
box-shadow: 5px 5px 5px #000;
}
h1 {
font-size: xx-large;
}