359day(css练习)

本文通过实战案例,详细展示了使用CSS进行网页布局的方法,包括浮动、定位、响应式等技巧,同时介绍了百度的发展历程及其核心业务。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

《2018年9月26日》【连续359天】

标题:css练习;

内容:
忘的差不多了。。。

html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<link rel="stylesheet" type="text/css" href="l3.css">
</head>
<body>	
	<div class="wrapper">
		<img src="https://www.baidu.com/img/bd_logo1.png?where=super" class="img">
		<p class="content1">
			百度”二字,来自于八百年前南宋词人辛弃疾的一句词:众里寻他千百度。这句话描述了词人对理想的执着追求。
		</p>
		<p class="content2">
			百度(纳斯达克:BIDU),全球最大的中文搜索引擎、最大的中文网站。1999年底,身在美国硅谷的李彦宏看到了中国互联网及中文搜索引擎服务的巨大发展潜力,抱着技术改变世界的梦想,他毅然辞掉硅谷的高薪工作,携搜索引擎专利技术,于 2000年1月1日在中关村创建了百度公司。
		</p>
	</div>
</body>
</html>
*{
	margin: 0;
	padding: 0;
}

.wrapper{
	width: 600px;
	border: 2px solid black;
}

.wrapper:hover{
	width: 800px;
}

.wrapper .img{
	width: 200px;
	height: 100px;
	float: left;
}

.content1{
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #333;
	margin-bottom: 8px;
}

.content2{
	font-size: 12px;
	color: #666;
	line-height: 1.2em;
}

随便模仿了百度首页,做的好烂,没时间改了,就这样了。。

<div class="wrapper">
		<div class="content">
			<div class="head">
				
				<a href="http://www.baidu.com/gaoji/preferences.html">设置</a>
				<a href="https://passport.baidu.com/v2/?login&tpl=mn&u=http%3A%2F%2Fwww.baidu.com%2F&sms=5">登录</a>
				<a href="http://xueshu.baidu.com/">学术</a>
				<a href="http://tieba.baidu.com/">贴吧</a>
				<a href="http://v.baidu.com/">视频</a>
				<a href="http://map.baidu.com/">地图</a>
				<a href="https://www.hao123.com/">hao123</a>
				<a href="http://news.baidu.com/">新闻</a>
			</div>
			<div class="img">
				<img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538586633&di=516e53c12130ea1f30f497aa97f31df3&imgtype=jpg&er=1&src=http%3A%2F%2Fphotocdn.sohu.com%2F20150902%2Fmp30357282_1441168828881_1.gif" >
				<div class="box"></div>
			</div>
		</div>
	</div>
*{
	margin: 0;
	padding: 0;
}
.content{
	margin: 0 auto;
}
.head{
	font-size: 13px;
	height: 20px;
	width: 100%;
	border: 1px solid black;
}
a{
	margin-right: 10px;
	margin-left: 10px;
	float:right;
	color: #333;
	display: block;
}
.box{
	display: inline-block;
	width: 618px;
	height: 36px;
	position: absolute;
	margin-left: -288px;
	background-color: #fff;
	max-width: 560px;
	background-color: #F1F3F4;
    border: none;
    border-radius: 22px;
    box-shadow: none;
    outline: none;
    border: 1px solid rgb(185,185,185);
}
.img{
	position: absolute;
	left: 50%;
	top:20%;
}
img {
	width: 400px;
	height: 200px;
	margin-left: -200px;
}

不贴图了。。太丑。

资源下载链接为: https://pan.quark.cn/s/67c535f75d4c 《一芯量产工具 FirstChip MpTools 20211024 详解及应用》 在数字存储领域,U 盘作为便携式存储设备的典型代表,其稳定性和可靠性极为关键。而 “FirstChip_MpTools_20211024” 正是专为一芯(FirstChip)芯片打造的 U 盘量产工具,主要用于 FC1178 和 FC1179 系列芯片的 U 盘生产、测试与修复工作。本文将深入剖析该工具的功能、使用方法以及其在 U 盘量产过程中的重要作用。 一芯(FirstChip)是一家专注于存储控制器研发的企业,其 FC1178 和 FC1179 芯片被广泛应用于众多 U 盘产品中。这些芯片具备高性能、低功耗以及高兼容性等诸多优点,但在少数情况下,也可能会出现诸如数据丢失、无法识别等故障,此时就需要借助专业的量产工具来进行修复。 “FirstChip MpTools” 是一款功能强大的一芯 U 盘量产管理软件,具备以下功能:一是进行初始化与格式化操作,能够清除 U 盘中的所有数据,并且可以设置不同的文件系统格式,比如 FAT32、NTFS 或 exFAT,以满足不同用户的多样化需求;二是开展性能测试,通过读写速度测试来评估 U 盘的实际性能,帮助用户判断 U 盘的读写速度是否达到了预期的标准;三是进行坏块检测与修复,扫描 U 盘中可能存在的坏块,并尝试对其进行修复,从而确保 U 盘能够稳定运行;四是实现容量调整,允许用户根据实际需求对 U 盘的可用容量进行调整,在处理扩容盘或者修复容量异常的 U 盘时极为实用;五是进行安全擦除,能够彻底删除 U 盘上的所有数据,确保信息安全无虞;六是开展固件升级,对 U 盘的固件进行更新,以此提高兼容性、修复已知问题或者解锁新的功能。 使用 “FirstChip M
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值