cozy-rsvp/app/styles/global.css

24 lines
290 B
CSS
Raw Permalink Normal View History

2016-11-07 02:51:21 +01:00
body {
2016-11-07 23:08:33 +01:00
line-height: 1.5em;
background-color: white;
2016-11-07 02:51:21 +01:00
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}
.upper {
2016-11-07 23:08:33 +01:00
text-transform: capitalize;
2016-11-07 02:51:21 +01:00
}
.center {
2016-11-07 23:08:33 +01:00
text-align: center;
2016-11-07 02:51:21 +01:00
}