W3Schools tutorial..web designing

源代码在线查看: tryit_view.asp@filename=trycss_border-top-width

软件大小: 2746 K
上传用户: wxsara1118
关键词: W3Schools designing tutorial web
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				p.one 
				{
				border-style: solid;
				border-top-width: 15px
				}
				p.two 
				{
				border-style: solid;
				border-top-width: thin
				}
				
				
				
				
				Note: The "border-top-width" property does not work if it is used alone. Use the "border-style" property to set the borders first.
				Some text. Some more text.
				
				
				
							

相关资源