mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-27 11:16:10 +01:00
17 lines
193 B
CSS
17 lines
193 B
CSS
|
|
#foo1 {
|
||
|
|
background: #fff;
|
||
|
|
color: #000;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
#foo2 {
|
||
|
|
background: #fff;
|
||
|
|
color: #000;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
#foo3 {
|
||
|
|
background: #fff;
|
||
|
|
color: #000;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|