Enviar arquivos para "/"
Começo do front-end
This commit is contained in:
BIN
Fundo1.png
Normal file
BIN
Fundo1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
25
Site.html
Normal file
25
Site.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pt-br">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>TCC de cria</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!--Barrinha que fica no topo-->
|
||||
<div class="topo">
|
||||
<h1 id="textotop">Focus Agenda</h1>
|
||||
</div>
|
||||
<!--cabo-->
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
24
style.css
Normal file
24
style.css
Normal file
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user