mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-21 14:44:07 +01:00
17 lines
218 B
CSS
17 lines
218 B
CSS
|
|
#screen1 {
|
||
|
|
background: #fff;
|
||
|
|
color: #000;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
#screen2 {
|
||
|
|
background: #fff;
|
||
|
|
color: #000;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
#screen3 {
|
||
|
|
background: #fff;
|
||
|
|
color: #000;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|