啊风格十分技术规范家里是粉色购房首付款就是分开了i是个附属公司股份hi老师给
1. What CSS?
CSS is the decoration of Html. It is used to color, elongate, transparent, size, thickness, image and other things of the layout. For example, this is a CSS code.
1.1 Code
<html> <head> <title>Code css</title> <meta charset="UTF-8"> <style> .daima { font-size:18px; font-weight:bold; color:red; } </style> </head> <body> <span class="daima"> text </span> </body> </html>
1.2 effect
Edit
text
Yes, it becomes bold.
2.text
| code | edit | |
|---|---|---|
| background-color | ||
| background:rgb | ||
| background:linear | ||
| color:rgb | ||
| background-image | ||
| font-size | ||
| font-weight | ||
| padding | *px *px *px *px is top button left right | |
| margin | is for left/right/top+/top- | |
| border-radius | have "1,2,3,4" | |
| height | ||
| width | ||
| border | solid,dashed |
| edit | |
|---|---|
| Is:***; | Border:*** solid/dashed color{#******} |
3.
head and bodyWikidot is for [[module css]],


