diff --git a/index.html b/index.html index 03e5b02..f4978a7 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,6 @@ this is my first page -

Hello boy

+

Hello student

diff --git a/style.css b/style.css index 639ec8b..2dcf1c2 100644 --- a/style.css +++ b/style.css @@ -1 +1,4 @@ // css +body{ +background-color: #ffffff; +}