虫虫首页|资源下载|资源专辑|精品软件
登录|注册

您现在的位置是:虫虫下载站 > 资源下载 > 源码 > CCS样式选择符设计

CCS样式选择符设计

  • 资源大小:13 K
  • 上传时间: 2017-12-07
  • 上传用户:圈圈Ace
  • 资源积分:2 下载积分
  • 标      签: CCS 网页设计

资 源 简 介

CCS样式选择符,初学者,设计,DW,网页制作,大一作业

部分预览:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS样式选择符</title>
<style type="text/css">
 body
 {
background-image:url(images/%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87.jpg);
background-repeat:repeat;
 }
 
 .class1
 {
text-align:center;
font-weight:bolder;
 }

 .class2
 {
font-family:"仿宋";
text-indent:8em;
 }
 
 .class3
 {
font-size:18px;
font-family:"宋体";
text-indent:4em;
 }
 
 #id1
 {
font-family:Zombie, Verdana, "Comic Sans MS";
font-style:oblique;
font-size:64px;
 }
 
 #id2
 {
font-family:"黑体";
font-size:36px;
 }


 #id3
 {
color:#F69;
font-weight:bolder;
text-shadow:#FCC;
 }
</style>
</head>

<body>
 <table width="780" height="1555" border="0" cellspacing="0" align="center" bgcolor="#FFFFFF">
  <tr height="30">
   <td align="center"><img src="images/顶部图片.jpg" /></td>
  </tr>

相 关 资 源

您 可 能 感 兴 趣 的