commit e478ffcaa7d2d299bc514202e5cfe2f48cbf432b Author: Gustavo Date: Thu Feb 26 23:42:59 2026 +0000 Enviar arquivos para "/" Começo do front-end diff --git a/Fundo1.png b/Fundo1.png new file mode 100644 index 0000000..af27a14 Binary files /dev/null and b/Fundo1.png differ diff --git a/Site.html b/Site.html new file mode 100644 index 0000000..911b915 --- /dev/null +++ b/Site.html @@ -0,0 +1,25 @@ + + + + + + + TCC de cria + + + + + +
+

Focus Agenda

+
+ + + + + + + + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..a2e6aea --- /dev/null +++ b/style.css @@ -0,0 +1,24 @@ + body{ + background-color: pink; + margin: 0; + } + + .topo{ + width: 100%; + height: 60px; + background-color: #111; + position: fixed; + top: 0; + left: 0; + background: linear-gradient(to right,#C0392B 47%,#7A4951 73%,#114455 87% ); + display: flex; + align-items: center; + justify-content: flex-start; + padding-left: 20px; + +} +#textotop{ + font-size: 48px; + margin: 0; +} + \ No newline at end of file