Merge de repositorios

This commit is contained in:
2026-03-03 19:48:24 -03:00
parent 0d7144c460
commit bdcc2243ad
3 changed files with 21 additions and 0 deletions

View File

@@ -9,6 +9,11 @@
</head>
<body>
<div id="topo">
<h1 id="textotop">Focus Agenda</h1>
</div>
<div class="card">
<h2>Crie sua conta</h2>
@@ -31,6 +36,7 @@
</div>
<button type="submit">Cadastrar</button>
</form>
</div>
</body>

1
gus/FrontFocusAgenda Submodule

Submodule gus/FrontFocusAgenda added at f26755deaa

View File

@@ -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;
}