+ 2
How can I get 100% display on screen in CSS?
I need to have 100% appearance on screen as my writing are going out of screen.
3 Antworten
+ 1
html, body {
width: 100%;
height: 100%;
}
+ 1
Maybe the font size is too big. Try it with smaller font size.
0
Plus i would have to see code