css网页代码案例,css html网页案例
在网页中用代码定义CSS样式时,定义的代码应放在代码的哪里,定义代码如何编写,请给写个例子。谢谢
下面就是一个简单的css定义:
head
meta?http-equiv="Content-Type"?content="text/html;?charset=gb2312"?/
title/title
style
.abc{width:500px;height:30px;line-height:30px;text-align:center;border:1px?solid?#ccc;font-size:13px;color:red;margin:auto;}
/style
/head
body
div?class="abc"文字文字/div
/body
/html
style/style之间写css代码。
.abc{这里面是定义abc的css}
div?class="abc"文字文字/div这个class="abc" ?就代表这个div的class是abc。css中定义abc就可以了。
网页制作大神进来看看这段CSS代码吧
把前面的目录样式去掉,用哪个直接调用就可以
前面.ys #page .2ne1 这些都去掉
.white {
background-attachment:scroll;
background-image:url(../images/xm.png);
background-position-x:0px;
background-position-y:100%;
background-repeat:repeat-x;
color:#000;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding:0px;
width:1000px;
}
怎么使用css制作一个网页代码
这就是一个简单点的代码:
html
stylebody{font-size: 2em;}/style
这是一个网页
/html