diff --git a/index.html b/index.html index a527817..aeb81f4 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,11 @@ Document +

this is first team1 file

+

this is second line from main

+

I don't want to solve it

\ No newline at end of file diff --git a/readme.md b/readme.md index 625b45c..5f54344 100644 --- a/readme.md +++ b/readme.md @@ -1,2 +1,2 @@ line1 -team1 branch \ No newline at end of file +main branch \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..9e280a2 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +p{ + background-color: aqua; +} \ No newline at end of file