Merge pull request 'feature/header' (#1) from feature/header into main
Reviewed-on: luizfelipe9627/practice-time-landing-page-luiz-felipe#1
This commit is contained in:
commit
cae9b62939
@ -13,6 +13,10 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<a href="/">
|
||||
<img src="./src/assets/svg/logo.svg" alt="Logo M3">
|
||||
</a>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,20 @@
|
||||
@import url('../font/fonte.css');
|
||||
|
||||
/* GLOBAL */
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* HEADER */
|
||||
|
||||
header {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #000;
|
||||
}
|
Loading…
Reference in New Issue
Block a user