mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-05 23:41:48 +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;
|
||
|
|
}
|
||
|
|
|