1. 首页
  2. 数据库
  3. 其它
  4. css overflow: hidden 的用法(溢出隐藏及清除浮动)

css overflow: hidden 的用法(溢出隐藏及清除浮动)

上传者: 2021-02-17 16:04:57上传 PDF文件 219.01KB 热度 13次
溢出隐藏 就是隐藏超出规定高度的文本或者图像信息。 <!DOCTYPE html> <html lang=en> <head> <meta charset=UTF-8> <title>Document</title> <style type=text/css> div {background-color: yellow;width: 350px;height: 100px;overflow: hidden;} </style> </head> <body> 元素
用户评论