From e4e9f954b036e92f1a8eaa9943585f50654b23ea Mon Sep 17 00:00:00 2001 From: Pedro Henrique <202604412711@alunos.estacio.br> Date: Fri, 17 Jul 2026 12:12:48 -0300 Subject: [PATCH 1/3] creating index html --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..c98445f --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + Portfólio Pica + + +

Pedro Henrique - Bienna

+

Este é meu portfólio

+ + \ No newline at end of file From 2060633b2aeeeed256411a69492e1bd4f2f7182b Mon Sep 17 00:00:00 2001 From: Pedro Henrique <202604412711@alunos.estacio.br> Date: Fri, 17 Jul 2026 12:21:31 -0300 Subject: [PATCH 2/3] creating styles.css --- assets/styles.css | 7 +++++++ index.html | 1 + 2 files changed, 8 insertions(+) create mode 100644 assets/styles.css diff --git a/assets/styles.css b/assets/styles.css new file mode 100644 index 0000000..b6dc8a3 --- /dev/null +++ b/assets/styles.css @@ -0,0 +1,7 @@ +*{ + margin: 0; + padding: 0; + list-style: none; + box-sizing: border-box; + font-size: 14px; +} \ No newline at end of file diff --git a/index.html b/index.html index c98445f..f2e7ef6 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Portfólio Pica +

Pedro Henrique - Bienna

From bf3334d71740d5983b77cb64b01d15a65cd8fd2e Mon Sep 17 00:00:00 2001 From: Pedro Henrique <202604412711@alunos.estacio.br> Date: Fri, 17 Jul 2026 12:48:54 -0300 Subject: [PATCH 3/3] alterando o html engPedro-dotcom --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f2e7ef6..43b2135 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ -

Pedro Henrique - Bienna

+

Pedro Henrique - engPedro-dotcom

Este é meu portfólio

\ No newline at end of file