关于图片插入无法全屏显示的问题
做出来第一步是图片在文字里面怎么办
<body>
<div class="container">
<div class="sections">
<div class="section" id="section0">
<h3>this is the page</h3>
</div>
<div class="section" id="section1">
<h3>this is the page</h3>
</div>
<div class="section" id="section2">
<h3>this is the page</h3>
</div>
<div class="section" id="section3">
<h3>this is the page</h3>
</div>
</div>
</div>
</body>
</html>