mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
9 lines
136 B
CSS
9 lines
136 B
CSS
@charset "UTF-8";
|
|
.rhymix {
|
|
color: #123456;
|
|
background: url("../_data/formatter/foo/bar.jpg");
|
|
}
|
|
.rhymix span {
|
|
margin: 320px;
|
|
}
|
|
|