+ 4
Page size help
How to set the width and height of a page?
4 ответов
+ 16
html, body {
width
height
}
+ 9
in css if you have paragraph for example:
p {
height: 200px;
width: 50%;
}
+ 4
But its not the paragraph. Its the *page*
+ 4
Thanks Issac