mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2024-12-28 16:11:55 +00:00
10 lines
139 B
CSS
10 lines
139 B
CSS
#title {
|
|
text-align: center;
|
|
padding: 50px;
|
|
background-color: black;
|
|
color: white;
|
|
width: 100%;
|
|
margin-top: 0px;
|
|
top: 0px;
|
|
}
|