css如何实现将4个盒子分别放在浏览器的4个角落呢?并且浏览器居中还放有一个盒子?
2条回答 默认 最新
- cchengze 2022-10-07 18:01关注
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <div id="box-1" class="box">1</div> <div id="box-2" class="box">2</div> <div id="box-3" class="box">3</div> <div id="box-4" class="box">4</div> <div id="box-5" class="box">5</div> </body> </html> <style type="text/css"> * { margin: 0; padding: 0; } body { width: 100vw; height: 100vh; } .box { width: 200px; height: 200px; background-color: red; position: absolute; } #box-1 { top: 0; left: 0; } #box-2 { top: 0; right: 0; } #box-3 { bottom: 0; left: 0; } #box-4 { bottom: 0; right: 0; } #box-5 { top: 50%; left: 50%; transform: translate(-50%, -50%); } </style>
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥50 STM32单片机传感器读取错误
- ¥50 power BI 从Mysql服务器导入数据,但连接进去后显示表无数据
- ¥15 (关键词-阻抗匹配,HFSS,RFID标签)
- ¥50 sft下载大文阻塞卡死
- ¥15 机器人轨迹规划相关问题
- ¥15 word样式右侧翻页键消失
- ¥15 springboot+vue 集成keycloak sso到阿里云
- ¥15 win7系统进入桌面过一秒后突然黑屏
- ¥30 backtrader对于期货交易的现金和资产计算的问题
- ¥15 求C# .net4.8小报表工具