mirror of
https://github.com/DerTyp7/street-map-typescript.git
synced 2025-10-29 21:02:11 +01:00
15 lines
214 B
CSS
15 lines
214 B
CSS
header{
|
|
background-color: rgb(37, 37, 37);
|
|
height: 50px;
|
|
font-size: 15pt;
|
|
color:white;
|
|
font-weight: bold;
|
|
}
|
|
|
|
header p{
|
|
margin-top: 12px;
|
|
padding-right: 10px;
|
|
display:block;
|
|
float:right;
|
|
}
|