diff --git a/vscout2.html b/vscout2.html index 80b0279..d2b9638 100644 --- a/vscout2.html +++ b/vscout2.html @@ -280,24 +280,8 @@ body { white-space: nowrap; } -.card { - background-color: #fff; - border-radius: 10px; - border: none; - box-shadow: 0 0 30px 0 rgba(202,199,226,.5); - margin-bottom: 50px; - position: relative; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - flex-direction: column; - min-width: 0; - word-wrap: break-word; -} -.card-chain-blocks { - height: auto; -} + .card-body { padding: 30px; @@ -338,6 +322,71 @@ body { } +/*Card Blocks Section */ + +.card { + background-color: #fff; + border-radius: 10px; + border: none; + box-shadow: 0 0 30px 0 rgba(202,199,226,.5); + margin-bottom: 50px; + position: relative; + + +} + + + + + + + + + +/*Card Blocks Section */ + + .container1{ + display:flex; + flex-direction:row; + flex-wrap:nowrap; + justify-content:center; + padding: 30px 15px 30px; + } + + + .box1class{ + width:195px; + height:122px; + + color:#828ba0; + + font-size: 12px; + line-height: 1.4rem; + + border-radius:4px; + border:1px solid #dee2e6; + border-left: 4px solid #5c34a2; + margin-right: 15px; + margin-left: 15px; + display:flex; + flex-direction:column; + padding-top:10px; + } + +.box1class a { + font-weight: 700; + font-size: 12px; + color:#5c34a2; + text-decoration:none; + background-color:transparent; + + +} + + + +/*Footer Section*/ + .footerBar { flex:1 1 20%; @@ -444,9 +493,7 @@ body {
-