forked from M3-Academy/challenge-landing-page
Feat(style.css): finished CSS
This commit is contained in:
parent
08ae9e293d
commit
3d53f32de9
1
challenge-landing-page-matheus-brollo-dauter
Submodule
1
challenge-landing-page-matheus-brollo-dauter
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 89ee7124acf39f95e55dd0e21f2aa8b5918c7fbe
|
BIN
src/assets/Logo-M3Academy 1 (1).png
Normal file
BIN
src/assets/Logo-M3Academy 1 (1).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 19 KiB |
@ -12,7 +12,7 @@
|
||||
<article>
|
||||
<div class="home">
|
||||
<header>
|
||||
<a href="#"><img src="assets/Logo-M3Academy 1 (1).svg" alt="Logo-M3Academy"></a>
|
||||
<a href="#"><img src="assets/Logo-M3Academy 1 (1).png" alt="Logo-M3Academy"></a>
|
||||
</header>
|
||||
</div>
|
||||
|
||||
|
@ -2,6 +2,21 @@
|
||||
|
||||
/* Começar Css por Header e img1 */
|
||||
|
||||
h1 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
* {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: black;
|
||||
text-align: center;
|
||||
min-height: 10px;
|
||||
padding: 18px;
|
||||
}
|
||||
|
||||
.home img {
|
||||
max-width:160px;
|
||||
max-height:110px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
Loading…
Reference in New Issue
Block a user