Skip to content
Open
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
4 changes: 4 additions & 0 deletions css/cardcolor.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
.roncy {
background-color: #a287f4;
}
/* Anubhcv */
.Anubhcv {
background-color: #00ffff;
}
36 changes: 35 additions & 1 deletion pages/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,45 @@ <h2>
</div>
</div>
</div>
<!-- Anubhcv -->
<div class="row">
<div class="col-lg-6">
<div class="component">
<div class="card magictime">
<div class="card-title Anubhcv">
<strong>Button</strong>
</div>
<div class="card-content">
<button class="button Anubhcv"><span>Hover</span></button>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="component">
<div class="card magictime">
<div class="card-title Anubhcv">
<strong>Creator</strong>
</div>
<div class="card-content">
<div class="creater-name">
<h2>
<b>Name:</b
><span>
<a href="https://github.com/Anubhcv">Anubhcv </a>
</span>
</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<p>made with 💛 by, <br /><strong>CS CHAPTER AJCESB</strong></p>
</footer>
<script src="../js/index.js"></script>
</body>

</html>
</html>