Skip to content

Commit 383368a

Browse files
committed
css added
1 parent 114617a commit 383368a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=, initial-scale=1.0">
66
<title>Document</title>
7+
<style>
8+
body {
9+
background-color: #f0f0f0;
10+
font-family: Arial, sans-serif;
11+
color: #333;
12+
}
13+
h1 {
14+
color: #2c3e50;
15+
}
16+
p {
17+
font-size: 16px;
18+
line-height: 1.5;
19+
}
20+
ul {
21+
list-style-type: square;
22+
padding-left: 20px;
23+
}
24+
li {
25+
margin-bottom: 5px;
26+
}
27+
i {
28+
font-style: italic;
29+
color: #8e44ad;
30+
}
31+
</style>
732
</head>
833
<body>
934
<h1>welcome to the web development</h1>

0 commit comments

Comments
 (0)