-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabouts.html
36 lines (35 loc) · 888 Bytes
/
abouts.html
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
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<title>this is about css</title>
<style>
h1{
color:red;
text-align:center;
text-decoration:overline;
}
p.zedas{
color: blue;
text-align: left;
text-transform:uppercase;
text-indent:100px;
line-height:10px;
}
p{
color:blueviolet;
text-align:right;
letter-spacing:5px;
word-spacing:10px;
/*text-shadow:10px 20px red;*/
text-decoration:overline;
line-height:30px;
}
</style>
</head>
<body>
<h1>this is about ethio programming</h1>
<p>link arealtion about ethioprogramming is the best way to learn programming</p>
<p class = "zedas"> the program that i made is about web develpment</p>
</body>
</html>