giving form
This commit is contained in:
parent
c00c4b5ec7
commit
3e70ed304e
74
index.html
74
index.html
@ -22,7 +22,6 @@
|
|||||||
{
|
{
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.block__hit-area
|
.block__hit-area
|
||||||
{
|
{
|
||||||
width:100%;
|
width:100%;
|
||||||
@ -230,6 +229,79 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.giving
|
||||||
|
{
|
||||||
|
display:inline-block;
|
||||||
|
font-size:0;
|
||||||
|
}
|
||||||
|
.giving label, .giving *
|
||||||
|
{
|
||||||
|
display:inline-block;
|
||||||
|
position:relative;
|
||||||
|
box-sizing: border-box;
|
||||||
|
height:44px;
|
||||||
|
line-height:44px;
|
||||||
|
padding: 0 15px 0 15px;
|
||||||
|
font-size: 14px;
|
||||||
|
vertical-align:top;
|
||||||
|
}
|
||||||
|
.giving label
|
||||||
|
{
|
||||||
|
margin:0;
|
||||||
|
border: 1px solid #DBDCD4;
|
||||||
|
border-right:0;
|
||||||
|
border-top-left-radius: 5px;
|
||||||
|
border-bottom-left-radius: 5px;
|
||||||
|
|
||||||
|
background: #F1F1EE;
|
||||||
|
|
||||||
|
color:black;
|
||||||
|
content:"$";
|
||||||
|
font-weight:900;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.giving *
|
||||||
|
{
|
||||||
|
margin: 0;
|
||||||
|
border: 0;
|
||||||
|
border-right: 1px solid #4B6451;
|
||||||
|
border-radius: 0;
|
||||||
|
background: #5E7D65;
|
||||||
|
color: white;
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
||||||
|
.giving input
|
||||||
|
{
|
||||||
|
margin: 0;
|
||||||
|
border: 1px solid #DBDCD4;
|
||||||
|
padding:0 10px 0 10px;
|
||||||
|
background: white;
|
||||||
|
color: black;
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
.giving *:last-child
|
||||||
|
{
|
||||||
|
border-top-right-radius: 5px;
|
||||||
|
border-bottom-right-radius: 5px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<div class="giving">
|
||||||
|
<label for="amount">$</label>
|
||||||
|
<input id="amount" type="number" value="100"/>
|
||||||
|
<button>$20 </button>
|
||||||
|
<button>$30 </button>
|
||||||
|
<button>$50 </button>
|
||||||
|
<button>$100</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
<ul class="progress progress--stage-2">
|
<ul class="progress progress--stage-2">
|
||||||
<li class="txt--wgt-normal txt--size-copy">Shopping Cart</li>
|
<li class="txt--wgt-normal txt--size-copy">Shopping Cart</li>
|
||||||
<li class="txt--wgt-normal txt--size-copy">Payment Options</li>
|
<li class="txt--wgt-normal txt--size-copy">Payment Options</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user