mirror of
https://github.com/ivabus/www
synced 2024-11-16 00:55:06 +03:00
18 lines
516 B
HTML
18 lines
516 B
HTML
<hr>
|
|
<div class="row button-container">
|
|
<a href="#" role="button" class="btn btn-primary auth-btn mt-lg-0 mt-md-0 mt-sm-0 mt-0 split-btn" id="nav-cta"><i class="icon-enter-arrow"></i>NPM</a>
|
|
<a href="#" role="button" class="btn btn-primary auth-btn mt-lg-0 mt-md-0 mt-sm-0 mt-0 split-btn split-right" id="nav-cta"><i class="icon-enter-arrow"></i>INSTALL</a>
|
|
</div>
|
|
<hr>
|
|
|
|
<style>
|
|
.split-btn{
|
|
display: inline-block;
|
|
width: 50%;
|
|
}
|
|
|
|
.split-right{
|
|
border-left: 0px !important;
|
|
}
|
|
|
|
</style>
|