logo da oracle

This commit is contained in:
2026-06-09 00:17:04 -03:00
parent d00e87035a
commit f741a3b564

View File

@@ -28,8 +28,22 @@
box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08); box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
} }
.page-header {
display: flex;
align-items: center;
gap: 18px;
margin-bottom: 12px;
}
.oracle-logo {
width: 132px;
height: auto;
flex: 0 0 auto;
display: block;
}
h1 { h1 {
margin: 0 0 12px; margin: 0;
font-size: 2rem; font-size: 2rem;
} }
@@ -41,7 +55,14 @@
</head> </head>
<body> <body>
<main> <main>
<h1>Pagina inicial</h1> <header class="page-header">
<img
class="oracle-logo"
src="https://www.oracle.com/a/ocom/img/oracle-logo.svg"
alt="Oracle"
>
<h1>Pagina inicial</h1>
</header>
<p>Este e um arquivo HTML inicial pronto para receber seu conteudo.</p> <p>Este e um arquivo HTML inicial pronto para receber seu conteudo.</p>
</main> </main>
</body> </body>