diff --git a/cadastro.html b/cadastro.html index ccb13e4..96fb57f 100644 --- a/cadastro.html +++ b/cadastro.html @@ -4,7 +4,7 @@ - Tcc parte2 + Cadastro diff --git a/calendario.html b/calendario.html new file mode 100644 index 0000000..c80494a --- /dev/null +++ b/calendario.html @@ -0,0 +1,44 @@ + + + + + + + + + Calendario + + + + + + + + + +
+

Focus Agenda

+
+ + + +
+
+ + + + + + + + + + +
Janeiro 2025
bizarro
+
+
+ + + + + \ No newline at end of file diff --git a/login.html b/login.html index 715904a..519fcee 100644 --- a/login.html +++ b/login.html @@ -1,6 +1,5 @@ - @@ -33,7 +32,7 @@ - +

Cadastrar-se

diff --git a/stylecad.css b/stylecad.css index 7f0f2c7..205fc6f 100644 --- a/stylecad.css +++ b/stylecad.css @@ -44,7 +44,7 @@ position: fixed; top: 0; left: 0; - background: linear-gradient(to right, #93032E 47%, #7A4951 73%, #114455 87%); + background: linear-gradient(to right, #C0392B 47%, #7A4951 73%, #114455 87%); display: flex; align-items: center; justify-content: flex-start; diff --git a/stylecal.css b/stylecal.css new file mode 100644 index 0000000..92a313f --- /dev/null +++ b/stylecal.css @@ -0,0 +1,63 @@ +* { + padding: 0; + margin: 0; +} + +p, +h1, +h2, +h3 { + margin: 0; + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; +} + +body { + height: 100vh; + +} + + + +#topo { + width: 100%; + height: 50px; + 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; +} + +#textotop { + padding-left: 20px; + font-size: 38px; + margin: 0; + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; +} + +#barraesquerda { + left: 0; + background-color: #C0392B; + height: 100%; + width: 330px; +} + +#tabela { + padding-top: 60px; +} + +th { + white-space: nowrap; + } +#mes { + padding-left: 13%; + color: white; + font-size: 25px; + font-family: "Inter", sans-serif; + font-optical-sizing: auto; + font-weight: ; + font-style: normal; +} diff --git a/stylelog.css b/stylelog.css index 143b87d..89500e1 100644 --- a/stylelog.css +++ b/stylelog.css @@ -45,7 +45,7 @@ body { position: fixed; top: 0; left: 0; - background: linear-gradient(to right, #93032E 47%, #7A4951 73%, #114455 87%); + background: linear-gradient(to right, #C0392B 47%, #7A4951 73%, #114455 87%); display: flex; align-items: center; justify-content: flex-start;