ninetydegrees (90d)☕ (
ninetydegrees
) wrote
in
style_system
2010-10-05 06:49 pm (UTC)
no subject
IF you want to have them centered, you need to have the same margin on the left and on the right so:
h1#title,
h2#subtitle
{
text-align: center;
margin-left: 120px;
margin-right: 120px;
}";
(
2 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
no subject
h1#title,
h2#subtitle
{
text-align: center;
margin-left: 120px;
margin-right: 120px;
}";