需要准备的材料分别有:电脑、浏览器、html编辑器。
1、首先,打开html编辑器,新建html文件,例如:index.html。
2、在index.html中的
div{position:relative;border:1pxsolidgreen;width:200px;height:80px;}
span{position:absolute;bottom:0;}
3、浏览器运行index.html页面,此时成功实现了“文本”2个文字放到绿色div框的左下角。
需要准备的材料分别有:电脑、浏览器、html编辑器。
1、首先,打开html编辑器,新建html文件,例如:index.html。
2、在index.html中的
div{position:relative;border:1pxsolidgreen;width:200px;height:80px;}
span{position:absolute;bottom:0;}
3、浏览器运行index.html页面,此时成功实现了“文本”2个文字放到绿色div框的左下角。