1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
div{background-color: skyblue;
background-size: 100px 100px;
background-repeat: repeat-y;
background-position: center center;
width: 200px;
height: 200px;
color: blueviolet;
font-size: 16px;
}
</style>
</head>
<body>
<h3>박스에 배경꾸미기</h3><hr>
<div>SpongeBob is an over-optimistic
sponge that annoys other characters. </div>
</body>
</html>
http://colorscripter.com/info#e" target="_blank" style="color:#4f4f4ftext-decoration:none">Colored by Color Scripter
|
http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs |
'HTML&CSS' 카테고리의 다른 글
CSS 마우스 커서 // cursor (0) | 2020.03.06 |
---|---|
CSS 텍스트 그림자 만들기 // To create text shadow (0) | 2020.03.06 |
CSS 둥근 모서리 // Rounded corners (0) | 2020.03.06 |
CSS font (0) | 2020.03.06 |
CSS 텍스트 꾸미기 // how to decorate text in CSS (0) | 2020.03.06 |