From a791838f865af79c0f1c0b7f4f464b8c69563c13 Mon Sep 17 00:00:00 2001 From: Rucha Date: Tue, 1 Jun 2021 14:52:07 +0530 Subject: [PATCH] hello world in center --- Front End Development/HTML5 and CSS/exercise01.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Front End Development/HTML5 and CSS/exercise01.html b/Front End Development/HTML5 and CSS/exercise01.html index 2bec5f1..939132e 100644 --- a/Front End Development/HTML5 and CSS/exercise01.html +++ b/Front End Development/HTML5 and CSS/exercise01.html @@ -23,6 +23,10 @@ .blue-text { color: blue; } + h1{ + text-align: center; + margin-top: 300px; + }

Hello World!

\ No newline at end of file