|
I want to apply this to all pages on my website. I have created an mystyle-file that applies to all pages.
It is like this:
.text {
position: absolute;
left: 270px;
top: 120px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 24px;
font-style: normal;
line-height: normal;
font-weight: bolder;
font-variant: normal;
text-transform: capitalize;
}
.image {
top: 15px;
position: absolute;
}
.line {
position: absolute;
top: 240px;
right: auto;
left: auto;
}
How can I apply the padding to all pages on my website?
|