為什么和老師的效果不一樣呢?

<!doctype?html>
<html>
<head>
<meta?charset="utf-8">
<meta?name="viewport"?content="width=device-width"?>
<title>無標題文檔</title>
<style?type="text/css">
*{?padding:0;?margin:0;}
.pic{?width:320px;?height:568px;?background:#ffe872;?color:#fff;?font-size:150px;?text-align:center;?line-height:1136px;?background-size:auto;}
</style>
</head>
<body>
<div?class="pic">yellow</div>
</body>
</html>
2015-11-27
你這個沒有添加縮放比,一般會這樣寫
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
2016-01-29
請問這是哪個軟件?