22 lines
260 B
CSS
22 lines
260 B
CSS
|
#pageheader-label {
|
||
|
float: left;
|
||
|
width: 300px;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
#pageheader-words {
|
||
|
float: left;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
#pageheader-submit {
|
||
|
margin-top: 15px;
|
||
|
}
|
||
|
|
||
|
.pageheader {
|
||
|
text-align: center;
|
||
|
width 100%;
|
||
|
margin-top: 25px;
|
||
|
font-size: 20px;
|
||
|
}
|