forked from Gustavo/FrontFocusAgenda
Merge de repositorios
This commit is contained in:
@@ -9,6 +9,11 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="topo">
|
||||||
|
<h1 id="textotop">Focus Agenda</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
|
||||||
<h2>Crie sua conta</h2>
|
<h2>Crie sua conta</h2>
|
||||||
@@ -31,6 +36,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<button type="submit">Cadastrar</button>
|
<button type="submit">Cadastrar</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
1
gus/FrontFocusAgenda
Submodule
1
gus/FrontFocusAgenda
Submodule
Submodule gus/FrontFocusAgenda added at f26755deaa
14
style.css
14
style.css
@@ -106,3 +106,17 @@ button[type="submit"] {
|
|||||||
button[type="submit"]:hover {
|
button[type="submit"]:hover {
|
||||||
background-color: #A03224;
|
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;
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user