Commit 40defd83 authored by santiaago's avatar santiaago
Browse files

get started, colors and borders #83

parent 4e8977bd
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -2,30 +2,19 @@
    background: #F4F4F4;
}

.getstarted--backgroundWhite{
    background: #FFF;
}

.getstarted-square--noPadding{
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 400px;
    border-bottom: solid 1px #CBCBCB;
    border-left: solid 1px #CBCBCB;
}

.getstarted--square{
    padding-bottom: 50px;
    padding-top: 50px;
    height: 400px;
    border-bottom: solid 1px #CBCBCB;
    border-left: solid 1px #CBCBCB;
}

.getstarted-right--borderRigth{
    border-right: solid 1px #CBCBCB;
}

.getstarted-img--center{
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    <p>You can also choose to download your creation and upload it on your website. Just use our editor and then click on the download button.</p>
    <a href="">TRY IT OUT</a>
  </div> <!-- / col -->
  <div class="col-md-4 getstarted--square getstarted-right--borderRigth">
  <div class="col-md-4 getstarted--square getstarted--backgroundGrey">
    <h2 class="text-center" id="getstarted">LOOKING FOR MORE OPTIONS?</h2>
    <p>You can see all the options in our github page such as colors and color combinations, shapes, sizes and more. </p>
    <div class="row">