attribute 'font-size' alters the 'background-img' size as well-Twitter bootstrap
I am trying to make a site, using a background image: (CSS) body { text-align: center; background-image: url("../img/clouds.jpg"); background-size: 100% 760%; } and I also have on the top of the page this: (HTML) <div class="pageTitle"> <p>Title of Page basically</p>…