Skip to content

Commit

Permalink
css and html adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatasASB committed Dec 2, 2024
1 parent 57f6845 commit 4dd5193
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,32 +89,39 @@ main {
font-size: 17px;

}
#time-line {
background-color: #ffffffbd;
}
.initial {
margin: 15px 0 15px 15px;
flex-direction: column;
justify-content: start ;
align-items: baseline;
}
.title-time-line {
color: #000;
font-size: 25px;
font-weight: 450;
border-bottom: 1px solid #a7a7a7;
margin-top: 20px;
margin-bottom: 20px;
}
.fight {
max-width: 1030px;

display: flex;
align-items: center;
margin: 10px 0 10px 10px;
background-color: rgba(167, 167, 167, 0.062);
background-color: rgba(12, 7, 7, 0.336);
border-radius: 5px;
}
.green {
display: block;
min-width: 10px;
height: 50px;
margin: 0 20px 0px 0;
background-color: rgba(101, 241, 82, 0.514);
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.red {
display: block;
Expand All @@ -123,6 +130,9 @@ main {
margin: 0 20px 0px 0;
background-color: rgba(241, 82, 82, 0.514);
}
.desc-fight {
color: #f5f5f5;
}
.title-last-fight {
display: inline-block;
margin-left: 25px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h1 class="title-time-line">Cartel no MMA</h1>
<article class="fight">
<span class="green"></span>
<div class="desc-fight">
Vitória Sobre Khalil Rountree Jr por Nocaute técnico no 4° Round em Salt Lake City, Utah pelo UFC 307 (Quebrou o recorde de mais defesas de cinturão no menos tempo possível, 175 dias). 05/10/24
Vitória Sobre Khalil Rountree Jr por Nocaute técnico no 4° Round em Salt Lake City, Utah pelo UFC 307 (Quebrou o recorde de mais defesas de cinturão no menor tempo possível, 175 dias). 05/10/24
</div>
</article>
</div>
Expand Down

0 comments on commit 4dd5193

Please sign in to comment.