Files
fedizinefest-deprecated/style.css
T

13 lines
195 B
CSS
Raw Normal View History

2018-03-19 20:11:32 +00:00
/* CSS files add styling rules to your content */
2018-03-19 20:01:30 +00:00
body {
2019-10-23 17:47:19 +00:00
font-family: helvetica, arial, sans-serif;
2018-03-19 20:11:32 +00:00
margin: 2em;
2020-10-13 19:59:09 +00:00
background-color: #69F7BE;
2018-03-19 20:01:30 +00:00
}
2017-10-10 12:57:38 +00:00
h1 {
2018-03-19 20:11:32 +00:00
color: #373fff;
2020-10-13 19:59:09 +00:00
font-size: 164pt;
2018-03-14 21:57:55 +00:00
}