diff --git a/css/index.css b/css/index.css index 4907558..2f0f8a6 100644 --- a/css/index.css +++ b/css/index.css @@ -1,3 +1,12 @@ .test { background-color: aliceblue; } + +p { + background-color: red; +} + +h1 { + font-size: 50px; + color: blue; +} diff --git a/index.html b/index.html index d01f779..5370b63 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,10 @@ Document + - +

ሰላም

+

Hello world

\ No newline at end of file