What CSS?[English]

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 body
Wikidot is for [[module css]],

Other contents

C++

JavaScript



本站作品采用Creative Commons Attribution-ShareAlike 4.0 International进行许可