mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-28 03:36:11 +01:00
17 lines
218 B
CSS
17 lines
218 B
CSS
|
|
#header1 {
|
||
|
|
background: #fff;
|
||
|
|
color: #000;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
#header2 {
|
||
|
|
background: #fff;
|
||
|
|
color: #000;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
#header3 {
|
||
|
|
background: #fff;
|
||
|
|
color: #000;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|