perform addStyleToHeader(css) {
const type = doc.createElement(‘type’);
type.innerHTML = css;
doc.head.appendChild(type);
}
const headerStyle = `
.content-block >div:first-child {
margin:-1px!essential;
}
`;
addStyleToHeader(headerStyle);
perform addStyleToHeader(css) {
const type = doc.createElement(‘type’);
type.innerHTML = css;
doc.head.appendChild(type);
}
const headerStyle = `
.content-block >div:first-child {
margin:-1px!essential;
}
`;
addStyleToHeader(headerStyle);
Sign up to our daily Newsletter, get the latest news and reviews from our specialist writers