Skip to content

Commit

Permalink
Merge pull request #3351 from FLeyva18/master
Browse files Browse the repository at this point in the history
nice greetings FABIAN
  • Loading branch information
w3schools-test authored Sep 19, 2024
2 parents 7ae450d + 2651ca0 commit e6c4945
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,43 @@ <h3>Contribute</h3>

<!-- Insert your message below here -->

<!-- Mensaje de Fabián -->
<style>
.fab{
display: grid;
grid-template-columns: repeat(6 , 1fr);
grid-template-rows: 0;
width: 100%;
background: #000000;
border: solid 1px black;
height: 80px;
}

.fabL{
height: 80px;
display: flex;
justify-content: center;
align-items: center;
font-size: 64px;
width: auto;
transition: background 1.5s;
}

.fabL:hover{
background: #6d6df3;
color: white;
transition: 0.2s;
}
</style>
<div class="fab">
<div class="fabL">F</div>
<div class="fabL">A</div>
<div class="fabL">B</div>
<div class="fabL">I</div>
<div class="fabL">Á</div>
<div class="fabL">N</div>
</div>

<div>

<p>Hello, I am Michael</p>
Expand Down

0 comments on commit e6c4945

Please sign in to comment.