大学web前端设计表单内容

怎样让表单和下面绿色的footer分开哇?

img

img

字数不够三十不给提问!!teacher也不理我!!

试试分成几个盒子,然后用弹性布局

给表单设置外边框也可以

这方法多了

最简单的办法是在195行后面多写几个
,
是换行的意思

margin-bottom:20px;不就可以了

body和html设height: 100%;
footer绝对定位display:absolute;bottom: 0;