Skip to content

Commit c7c58d9

Browse files
committed
color
1 parent c11ac01 commit c7c58d9

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

index.html

+37-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1-
test
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Colors used in this theme</title>
6+
7+
<style type="text/css">
8+
.container {
9+
width: 800px;
10+
margin: 0 auto;
11+
}
12+
.box {
13+
float: left;
14+
width: 128px;
15+
height: 128px;
16+
margin: 10px;
17+
padding: 20px;
18+
color: #fff;
19+
font-weight: bold;
20+
font-size: 18px;
21+
text-align: center;
22+
}
23+
</style>
24+
</head>
25+
26+
<body>
27+
28+
<div class="container">
29+
<div class="box" style="background-color: #27ae60;">Nephritis #27ae60</div>
30+
<div class="box" style="background-color: #7fc719;">Lemon #7fc719</div>
31+
<div class="box" style="background-color: #BF55EC;">Medium Purple #BF55EC</div>
32+
<div class="box" style="background-color: #22A7F0;">Sanmarino Blue #22A7F0</div>
33+
<div class="box" style="background-color: #f1c40f;">Yellow #f1c40f</div>
34+
<div class="box" style="background-color: #ff4f1c;">Orange #ff4f1c</div>
35+
</div>
36+
</body>
37+
</html>

0 commit comments

Comments
 (0)