Skip to content

Commit

Permalink
feat: added hexcolor section
Browse files Browse the repository at this point in the history
  • Loading branch information
Luidiblu committed May 6, 2024
1 parent b6c6806 commit eb4ab45
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,102 @@ <h2 align="center">Tipografia</h2>

<hr class="white">

<section id="tipografia">
<h2 align="center">Tipografia</h2>
<div class="media-kit-colors-list">
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: rgb(238, 18, 18);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>Institucional</strong>
</p><p style="font-size: 12px">
<br>
#EE1212
<br>
rgb(238, 18, 18)
<br>
CMYK 72, 12, 76, 4
</p>
<p></p>
</div>
</div>
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: linear-gradient(335.16deg, rgba(0, 0, 0, 1) 0%, rgba(212, 29, 29, 1) 0%, rgba(0, 0, 0, 1) 100%);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>Linear Gradient</strong>
</p><p style="font-size: 12px">
<br>
rgba(0, 0, 0, 0) 100%
<br>
rgba(212, 29, 29, 1) 0%
<br>
rgba(0, 0, 0, 0) 100%
</p>
<p></p>
</div>
</div>
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: rgb(255, 255, 255);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>White</strong>
</p><p style="font-size: 12px">
<br>
#FFFFFF
<br>
rgb(255, 255, 255)
</p>
<p></p>
</div>
</div>
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: rgb(220, 223, 230);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>Light Gray</strong>
</p><p style="font-size: 12px">
<br>
#DCDFE5
<br>
rgb(220, 223, 229)
</p>
<p></p>
</div>
</div>
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: rgb(135, 135, 135);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>Dark Gray</strong>
</p><p style="font-size: 12px">
<br>
#878787
<br>
rgb(135, 135, 135)
</p>
<p></p>
</div>
</div>
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: rgb(0, 0, 0);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>Black</strong>
</p><p style="font-size: 12px">
<br>
#000000
<br>
rgb(0, 0, 0)
</p>
<p></p>
</div>
</div>
</div>
</section>

<hr class="white">

<section id="wallpapers">
<h2 align="center">Wallpapers</h2>
<p align="center">Alguns wallpapers feitos pela comunidade!</p>
Expand Down

0 comments on commit eb4ab45

Please sign in to comment.