From 15be39eb69f3151c7f24634df057e1e47df58d2c Mon Sep 17 00:00:00 2001 From: semex744 Date: Tue, 23 Apr 2024 19:41:46 +0300 Subject: [PATCH] css and html pro --- css/index.css | 9 +++++++++ index.html | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) 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