static-cms/dev-test/example.css

22 lines
250 B
CSS
Raw Normal View History

html,
body {
2016-09-12 15:27:45 +02:00
color: #444;
font-size: 14px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
2016-09-12 15:27:45 +02:00
}
2016-09-12 15:27:45 +02:00
body {
padding: 20px;
}
h1 {
margin-top: 20px;
2016-09-12 15:27:45 +02:00
color: #666;
font-weight: bold;
2016-09-12 15:27:45 +02:00
font-size: 32px;
}
img {
max-width: 100%;
2016-09-12 15:27:45 +02:00
}