Skip to content
Open

Diya #39

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions css/cardcolor.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@
.roncy {
background-color: #a287f4;
}

.diya {
background-color: #7D1C32;
}

33 changes: 33 additions & 0 deletions pages/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,39 @@ <h2>
</div>
</div>
</div>
<!-- Diya Thomas -->
<div class="row">
<div class="col-lg-6">
<div class="component">
<div class="card magictime">
<div class="card-title diya">
<strong>Button</strong>
</div>
<div class="card-content">
<button class="button diya"><span>Hover</span></button>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="component">
<div class="card magictime">
<div class="card-title diya">
<strong>Creator</strong>
</div>
<div class="card-content">
<div class="creater-name">
<h2>
<b>Name:</b><span>
<a href="https://github.com/diya2176">Diya Thomas</a>
</span>
</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<p>made with 💛 by, <br /><strong>CS CHAPTER AJCESB</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion pages/dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h3>Add your different dropdowns</h3>
<section class="items">
<div class="container-fluid">
<!-- your name -->
<!-- Ruben Abraham Shibu -->
<!-- DIYA MEREEN THOMAS-->
<!-- Add your html content that you have copied from contributors.md along with you component -->
<div class="row">
<div class="col-lg-6">
Expand Down