nav-bar minimal style

translation
remrem 12 months ago
parent c415c3c19f
commit 657461163b

@ -1,3 +1,20 @@
nav {
border: 3px solid black;
padding: 0 20px;
ul {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
padding: 0;
li {
list-style: none;
}
}
}
#page-wrapper {
width: 70%;
border: 3px solid black;

@ -1,5 +1,3 @@
<h1>Ratatouille</h1>
<nav>
<ul>
<li><a routerLink="/" routerLinkActive="active" ariaCurrentWhenActive="page">Home</a></li>

@ -1,5 +1,6 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BromistaNisqaReceta</title>
@ -7,7 +8,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>
</html>
Loading…
Cancel
Save