Hey guys, I have been reading through a few posts on this issue. But still no fix. I know that there is no one line of code to fit all screen sizes. So here is the code thus far,
That is the CSS for a site, that I have tried to recreate. But when on another screen it does not fit. I have made it so the body and/or html is width:100%; or width:100%; But still does not fit.
I can also post the html too.
Thanks for any help
HTML:
body {
background-image:url(Images/background.jpg);
background-size: cover;
}
#flave {
position:relative;
left:300px;
top:10px;
}
td {
width:30px;
color:#FFF;
}
p {
position:relative;
display:inline;
top:-85px;
font-size: 20px;
color:#FFF;
left:1000px;
}
#header {
position:relative;
left:300px;
top:-140px;
border: 1px solid #FFF;
width:1200px;
}
#text {
position:relative;
left:700px;
top: 260px;
}
That is the CSS for a site, that I have tried to recreate. But when on another screen it does not fit. I have made it so the body and/or html is width:100%; or width:100%; But still does not fit.
I can also post the html too.
Thanks for any help