Html窗口rezise

时间:2015-07-12 18:48:04

标签: jquery html css

我正在制作一个html网站作为我手机的首页。 但它不合适(https://i.gyazo.com/4e1f9d56390168593f3f51c9be8cb42e.png)。并且它不想正确调整大小。 HTML:

.blur {
  border: 0;
  background-size: 80px 60px;
  cursor: pointer;
  font: inherit;
  transition: all .1s linear;
}
.blur:hover {
  -webkit-filter: blur(3px);
}

.border{
    border: 0;
}

.div{

}

的CSS

(x,i)

图片:http://i.gyazo.com/fdb2d38783396a7350a6dbaf57aaa023.png

有人知道修复吗? (如果是jQuery,请告诉我如何,我对此一无所知。)

1 个答案:

答案 0 :(得分:1)

html,body
{
width:100%;
margin:0px;
}
  

注意:我建议您查看媒体查询。   http://www.htmlgoodies.com/html5/tutorials/an-introduction-to-css3-media-queries.html#fbid=yf-U4qYzkTA