diff --git a/cadastro.html b/cadastro.html index 422a24d..15c68eb 100644 --- a/cadastro.html +++ b/cadastro.html @@ -9,6 +9,11 @@ + +
+

Focus Agenda

+
+

Crie sua conta

@@ -31,6 +36,7 @@
+ diff --git a/gus/FrontFocusAgenda b/gus/FrontFocusAgenda new file mode 160000 index 0000000..f26755d --- /dev/null +++ b/gus/FrontFocusAgenda @@ -0,0 +1 @@ +Subproject commit f26755deaa637b8222fbca1d55ef93763d5a3db7 diff --git a/style.css b/style.css index 71788a9..d3ffff7 100644 --- a/style.css +++ b/style.css @@ -105,4 +105,18 @@ button[type="submit"] { button[type="submit"]:hover { background-color: #A03224; +} +#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; + padding-left: 20px; + } \ No newline at end of file