当前位置:网站首页>45padding won't open the box
45padding won't open the box
2022-07-25 14:43:00 【hello_ sunny123】
padding If you don't open the box

Code :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>18-padding If you don't open the box </title>
<style> /* h1 { */ /* If the box is not specified width/height attribute , Now padding It won't open */ /* h1:1520x200 */ /* height: 200px; background-color: pink; */ /* h1: 1520x260 */ /* padding: 30px; } */ h1 {
/* h1: 1580x260 */ width: 100%; height: 200px; background-color: pink; padding: 30px; } div {
width: 300px; height: 100px; background-color: purple; } div p {
/* width: 100%; */ padding: 30px; background-color: skyblue; } </style>
</head>
<body>
<h1></h1>
<div>
<p></p>
</div>
</body>
</html>
result

边栏推荐
- Paddlenlp之UIE关系抽取模型【高管关系抽取为例】
- 32 chrome调试工具的使用
- spark参数调整调优
- Niuke multi school E G J L
- Resource not found: rgbd_ Launch solution
- 各种平台dpkg包下载地址(包括arm64)
- The main function of component procurement system, digital procurement helps component enterprises develop rapidly
- 基于浏览器的分屏阅读
- 阿里云安装MYSQL5.7
- Go language founder leaves Google
猜你喜欢

Browser based split screen reading

Go language founder leaves Google

Why do China Construction and China Railway need this certificate? What is the reason?

The main function of component procurement system, digital procurement helps component enterprises develop rapidly

easygui使用的语法总结

Ssh server rejected password

基于浏览器的分屏阅读

基于PaddleOCR开发uni-app离线身份证识别插件

苹果官网产品打折 买iPhone 13 Pro Max 可省600元

Development of uni app offline ID card identification plug-in based on paddleocr
随机推荐
软件测试 -- 1 软件测试知识大纲梳理
河源市区推出消防安全主题奶茶 助推夏季火灾防控
安防市场进入万亿时代,安防B2B网上商城平台精准对接深化企业发展路径
Bond0 script
C language and SQL Server database technology
MySQL的登陆【数据库系统】
Pytorch training code writing skills, dataloader, Einstein logo
Under the epidemic, the biomedical industry may usher in breakthrough development
Leetcode-198- house raiding
Jqgrid select all cancel single line click cancel event
Polymorphism and interface
PS制作加载GIF图片教程
SSH服务器拒绝了密码
Paddlenlp之UIE关系抽取模型【高管关系抽取为例】
Writing standard of physical quantities and unit symbols
Keys and scan based on redis delete keys with TTL -1
C language and SQL Server database technology
The supply chain collaborative management system, a new "engine" of digitalization in machinery manufacturing industry, helps enterprises' refined management to a new level
疫情之下,生物医药行业或将迎来突破性发展
H5页面input输入框弹起数字键盘,需要支持小数点