10 lines
138 B
CSS
10 lines
138 B
CSS
img#logo {
|
|
width: 80%;
|
|
}
|
|
|
|
p.Centered {
|
|
display: inherit;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
text-align: center;
|
|
}
|