From b62993307fdd18e70413dabf600eda269ea50cc7 Mon Sep 17 00:00:00 2001 From: Adam Khalguev Date: Mon, 18 Dec 2023 14:53:37 +0300 Subject: [PATCH] another feature --- index.html | 1 + style.css | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4b68c09..944fcd5 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,6 @@

Git

New features

+

Another feature

diff --git a/style.css b/style.css index c4739b4..2aa8020 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,5 @@ -h1 { +h1, +h2, +h3 { text-align: center; }