当前位置: 首页 > 网络学院 > 网页制作基础教程 > WEB设计综合 > CSS基础以及CSS代码
Here i will teach you the basics of CSS (Cascading Style Sheets) and will make a list of many many CSS codes for you to use :D
在这里,我将教你CSS(层叠样式表)的基本准则,并为你准备一些比较实用的CSS代码。
Ok, CSS codes are written like this:
CSS代码的具体书写方式如下:
<style type="text/css"> |
And the code is inserted into the <head> and </head> tags of the page.
将上面的代码插入页面的 <head> 和 </head> 之间。
These are just some CSS codes that I picked up somewhere or other over the internet, I didn't make them, I am just showing you them so you can use them :)
下面列举的这些CSS代码是我从其它地方或者是互联网上获取的,我并没有书写他们,我仅是将它展示给各位,以方便各位的使用。
Hope you find what you need!
希望它对你们有用!
Colourful scrollbar
多彩滚动条
<style type="text/css"> |
Add a background
链接一个背景
<style type="text/css"> |
Add a background and have it fixed
添加一个固定背景
<style type="text/css"> |
Change link text
改变链接文本样式
<style type="text/css"> |
Change link background on mouseover
鼠标经过时,该表链接背景
<style type="text/css"> |
Text to capitols on mouseover
鼠标经过时,改变文本样式
<style type="text/css"> |
General font size, type and color
规定字体尺寸、类型和颜色
<style type="text/css"> |
Get rid of all the white stuff in images
取出图像中的白色
<style type="text/css"> |
Get a crosshair as a cursor
让鼠标的形状变成十字形
<style type="text/css"> |
Put a picture anywhere you want
在你喜欢的地方放置一张图片
<style type="text/css"> |
Change table borders
改变表格边框
<style type="text/css"> |