SALT-NLP/Design2Code
This dataset consists of 484 webpages from the C4 validation set, serving the purpose of testing multimodal LLMs on converting visual designs into code implementations. Each example is a pair of source HTML and screenshot ({id}.html and {id}.png). See the dataset in the huggingface format here. Note that all images in these webpages are replaced by a placeholder image (rick.jpg) Please refer to our project page and our paper for more information. Example Usage For example, you… See the full description on the dataset page: https://huggingface.co/datasets/SALT-NLP/Design2Code.
221.8k
1<html lang="en">2 <head>3 <style>4 @font-face {5 font-family: 'Open Sans';6 font-style: normal;7 font-weight: 400;8 font-stretch: normal;9 src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');10}11 12 13 14/*!15 * Bootstrap v3.1.1 (http://getbootstrap.com)16 * Copyright 2011-2014 Twitter, Inc.17 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)18 */19 20/*! normalize.css v3.0.0 | MIT License | git.io/normalize */21html {22 font-family: sans-serif;23 -webkit-text-size-adjust: 100%;24 -ms-text-size-adjust: 100%;25}26body {27 margin: 0;28}29article,30aside,31details,32figcaption,33figure,34footer,35header,36hgroup,37main,38nav,39section,40summary {41 display: block;42}43audio,44canvas,45progress,46video {47 display: inline-block;48 vertical-align: baseline;49}50audio:not([controls]) {51 display: none;52 height: 0;53}54[hidden],55template {56 display: none;57}58a {59 background: transparent;60}61a:active,62a:hover {63 outline: 0;64}65abbr[title] {66 border-bottom: 1px dotted;67}68b,69strong {70 font-weight: bold;71}72dfn {73 font-style: italic;74}75h1 {76 margin: .67em 0;77 font-size: 2em;78}79mark {80 color: #000;81 background: #ff0;82}83small {84 font-size: 80%;85}86sub,87sup {88 position: relative;89 font-size: 75%;90 line-height: 0;91 vertical-align: baseline;92}93sup {94 top: -.5em;95}96sub {97 bottom: -.25em;98}99img {100 border: 0;101}102svg:not(:root) {103 overflow: hidden;104}105figure {106 margin: 1em 40px;107}108hr {109 height: 0;110 -moz-box-sizing: content-box;111 box-sizing: content-box;112}113pre {114 overflow: auto;115}116code,117kbd,118pre,119samp {120 font-family: monospace, monospace;121 font-size: 1em;122}123button,124input,125optgroup,126select,127textarea {128 margin: 0;129 font: inherit;130 color: inherit;131}132button {133 overflow: visible;134}135button,136select {137 text-transform: none;138}139button,140html input[type="button"],141input[type="reset"],142input[type="submit"] {143 -webkit-appearance: button;144 cursor: pointer;145}146button[disabled],147html input[disabled] {148 cursor: default;149}150button::-moz-focus-inner,151input::-moz-focus-inner {152 padding: 0;153 border: 0;154}155input {156 line-height: normal;157}158input[type="checkbox"],159input[type="radio"] {160 box-sizing: border-box;161 padding: 0;162}163input[type="number"]::-webkit-inner-spin-button,164input[type="number"]::-webkit-outer-spin-button {165 height: auto;166}167input[type="search"] {168 -webkit-box-sizing: content-box;169 -moz-box-sizing: content-box;170 box-sizing: content-box;171 -webkit-appearance: textfield;172}173input[type="search"]::-webkit-search-cancel-button,174input[type="search"]::-webkit-search-decoration {175 -webkit-appearance: none;176}177fieldset {178 padding: .35em .625em .75em;179 margin: 0 2px;180 border: 1px solid #c0c0c0;181}182legend {183 padding: 0;184 border: 0;185}186textarea {187 overflow: auto;188}189optgroup {190 font-weight: bold;191}192table {193 border-spacing: 0;194 border-collapse: collapse;195}196td,197th {198 padding: 0;199}200@media print {201 * {202 color: #000 !important;203 text-shadow: none !important;204 background: transparent !important;205 box-shadow: none !important;206 }207 a,208 a:visited {209 text-decoration: underline;210 }211 a[href]:after {212 content: " (" attr(href) ")";213 }214 abbr[title]:after {215 content: " (" attr(title) ")";216 }217 a[href^="javascript:"]:after,218 a[href^="#"]:after {219 content: "";220 }221 pre,222 blockquote {223 border: 1px solid #999;224 225 page-break-inside: avoid;226 }227 thead {228 display: table-header-group;229 }230 tr,231 img {232 page-break-inside: avoid;233 }234 img {235 max-width: 100% !important;236 }237 p,238 h2,239 h3 {240 orphans: 3;241 widows: 3;242 }243 h2,244 h3 {245 page-break-after: avoid;246 }247 select {248 background: #fff !important;249 }250 .navbar {251 display: none;252 }253 .table td,254 .table th {255 background-color: #fff !important;256 }257 .btn > .caret,258 .dropup > .btn > .caret {259 border-top-color: #000 !important;260 }261 .label {262 border: 1px solid #000;263 }264 .table {265 border-collapse: collapse !important;266 }267 .table-bordered th,268 .table-bordered td {269 border: 1px solid #ddd !important;270 }271}272* {273 -webkit-box-sizing: border-box;274 -moz-box-sizing: border-box;275 box-sizing: border-box;276}277*:before,278*:after {279 -webkit-box-sizing: border-box;280 -moz-box-sizing: border-box;281 box-sizing: border-box;282}283html {284 font-size: 62.5%;285 286 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);287}288body {289 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;290 font-size: 14px;291 line-height: 1.42857143;292 color: #333;293 background-color: #fff;294}295input,296button,297select,298textarea {299 font-family: inherit;300 font-size: inherit;301 line-height: inherit;302}303a {304 color: #428bca;305 text-decoration: none;306}307a:hover,308a:focus {309 color: #2a6496;310 text-decoration: underline;311}312a:focus {313 outline: thin dotted;314 outline: 5px auto -webkit-focus-ring-color;315 outline-offset: -2px;316}317figure {318 margin: 0;319}320img {321 vertical-align: middle;322}323.img-responsive,324.thumbnail > img,325.thumbnail a > img,326.carousel-inner > .item > img,327.carousel-inner > .item > a > img {328 display: block;329 max-width: 100%;330 height: auto;331}332.img-rounded {333 border-radius: 6px;334}335.img-thumbnail {336 display: inline-block;337 max-width: 100%;338 height: auto;339 padding: 4px;340 line-height: 1.42857143;341 background-color: #fff;342 border: 1px solid #ddd;343 border-radius: 4px;344 -webkit-transition: all .2s ease-in-out;345 transition: all .2s ease-in-out;346}347.img-circle {348 border-radius: 50%;349}350hr {351 margin-top: 20px;352 margin-bottom: 20px;353 border: 0;354 border-top: 1px solid #eee;355}356.sr-only {357 position: absolute;358 width: 1px;359 height: 1px;360 padding: 0;361 margin: -1px;362 overflow: hidden;363 clip: rect(0, 0, 0, 0);364 border: 0;365}366h1,367h2,368h3,369h4,370h5,371h6,372.h1,373.h2,374.h3,375.h4,376.h5,377.h6 {378 font-family: inherit;379 font-weight: 500;380 line-height: 1.1;381 color: inherit;382}383h1 small,384h2 small,385h3 small,386h4 small,387h5 small,388h6 small,389.h1 small,390.h2 small,391.h3 small,392.h4 small,393.h5 small,394.h6 small,395h1 .small,396h2 .small,397h3 .small,398h4 .small,399h5 .small,400h6 .small,401.h1 .small,402.h2 .small,403.h3 .small,404.h4 .small,405.h5 .small,406.h6 .small {407 font-weight: normal;408 line-height: 1;409 color: #999;410}411h1,412.h1,413h2,414.h2,415h3,416.h3 {417 margin-top: 20px;418 margin-bottom: 10px;419}420h1 small,421.h1 small,422h2 small,423.h2 small,424h3 small,425.h3 small,426h1 .small,427.h1 .small,428h2 .small,429.h2 .small,430h3 .small,431.h3 .small {432 font-size: 65%;433}434h4,435.h4,436h5,437.h5,438h6,439.h6 {440 margin-top: 10px;441 margin-bottom: 10px;442}443h4 small,444.h4 small,445h5 small,446.h5 small,447h6 small,448.h6 small,449h4 .small,450.h4 .small,451h5 .small,452.h5 .small,453h6 .small,454.h6 .small {455 font-size: 75%;456}457h1,458.h1 {459 font-size: 36px;460}461h2,462.h2 {463 font-size: 30px;464}465h3,466.h3 {467 font-size: 24px;468}469h4,470.h4 {471 font-size: 18px;472}473h5,474.h5 {475 font-size: 14px;476}477h6,478.h6 {479 font-size: 12px;480}481p {482 margin: 0 0 10px;483}484.lead {485 margin-bottom: 20px;486 font-size: 16px;487 font-weight: 200;488 line-height: 1.4;489}490@media (min-width: 768px) {491 .lead {492 font-size: 21px;493 }494}495small,496.small {497 font-size: 85%;498}499cite {500 font-style: normal;501}502.text-left {503 text-align: left;504}505.text-right {506 text-align: right;507}508.text-center {509 text-align: center;510}511.text-justify {512 text-align: justify;513}514.text-muted {515 color: #999;516}517.text-primary {518 color: #428bca;519}520a.text-primary:hover {521 color: #3071a9;522}523.text-success {524 color: #3c763d;525}526a.text-success:hover {527 color: #2b542c;528}529.text-info {530 color: #31708f;531}532a.text-info:hover {533 color: #245269;534}535.text-warning {536 color: #8a6d3b;537}538a.text-warning:hover {539 color: #66512c;540}541.text-danger {542 color: #a94442;543}544a.text-danger:hover {545 color: #843534;546}547.bg-primary {548 color: #fff;549 background-color: #428bca;550}551a.bg-primary:hover {552 background-color: #3071a9;553}554.bg-success {555 background-color: #dff0d8;556}557a.bg-success:hover {558 background-color: #c1e2b3;559}560.bg-info {561 background-color: #d9edf7;562}563a.bg-info:hover {564 background-color: #afd9ee;565}566.bg-warning {567 background-color: #fcf8e3;568}569a.bg-warning:hover {570 background-color: #f7ecb5;571}572.bg-danger {573 background-color: #f2dede;574}575a.bg-danger:hover {576 background-color: #e4b9b9;577}578.page-header {579 padding-bottom: 9px;580 margin: 40px 0 20px;581 border-bottom: 1px solid #eee;582}583ul,584ol {585 margin-top: 0;586 margin-bottom: 10px;587}588ul ul,589ol ul,590ul ol,591ol ol {592 margin-bottom: 0;593}594.list-unstyled {595 padding-left: 0;596 list-style: none;597}598.list-inline {599 padding-left: 0;600 margin-left: -5px;601 list-style: none;602}603.list-inline > li {604 display: inline-block;605 padding-right: 5px;606 padding-left: 5px;607}608dl {609 margin-top: 0;610 margin-bottom: 20px;611}612dt,613dd {614 line-height: 1.42857143;615}616dt {617 font-weight: bold;618}619dd {620 margin-left: 0;621}622@media (min-width: 768px) {623 .dl-horizontal dt {624 float: left;625 width: 160px;626 overflow: hidden;627 clear: left;628 text-align: right;629 text-overflow: ellipsis;630 white-space: nowrap;631 }632 .dl-horizontal dd {633 margin-left: 180px;634 }635}636abbr[title],637abbr[data-original-title] {638 cursor: help;639 border-bottom: 1px dotted #999;640}641.initialism {642 font-size: 90%;643 text-transform: uppercase;644}645blockquote {646 padding: 10px 20px;647 margin: 0 0 20px;648 font-size: 17.5px;649 border-left: 5px solid #eee;650}651blockquote p:last-child,652blockquote ul:last-child,653blockquote ol:last-child {654 margin-bottom: 0;655}656blockquote footer,657blockquote small,658blockquote .small {659 display: block;660 font-size: 80%;661 line-height: 1.42857143;662 color: #999;663}664blockquote footer:before,665blockquote small:before,666blockquote .small:before {667 content: '\2014 \00A0';668}669.blockquote-reverse,670blockquote.pull-right {671 padding-right: 15px;672 padding-left: 0;673 text-align: right;674 border-right: 5px solid #eee;675 border-left: 0;676}677.blockquote-reverse footer:before,678blockquote.pull-right footer:before,679.blockquote-reverse small:before,680blockquote.pull-right small:before,681.blockquote-reverse .small:before,682blockquote.pull-right .small:before {683 content: '';684}685.blockquote-reverse footer:after,686blockquote.pull-right footer:after,687.blockquote-reverse small:after,688blockquote.pull-right small:after,689.blockquote-reverse .small:after,690blockquote.pull-right .small:after {691 content: '\00A0 \2014';692}693blockquote:before,694blockquote:after {695 content: "";696}697address {698 margin-bottom: 20px;699 font-style: normal;700 line-height: 1.42857143;701}702code,703kbd,704pre,705samp {706 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;707}708code {709 padding: 2px 4px;710 font-size: 90%;711 color: #c7254e;712 white-space: nowrap;713 background-color: #f9f2f4;714 border-radius: 4px;715}716kbd {717 padding: 2px 4px;718 font-size: 90%;719 color: #fff;720 background-color: #333;721 border-radius: 3px;722 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);723}724pre {725 display: block;726 padding: 9.5px;727 margin: 0 0 10px;728 font-size: 13px;729 line-height: 1.42857143;730 color: #333;731 word-break: break-all;732 word-wrap: break-word;733 background-color: #f5f5f5;734 border: 1px solid #ccc;735 border-radius: 4px;736}737pre code {738 padding: 0;739 font-size: inherit;740 color: inherit;741 white-space: pre-wrap;742 background-color: transparent;743 border-radius: 0;744}745.pre-scrollable {746 max-height: 340px;747 overflow-y: scroll;748}749.container {750 padding-right: 15px;751 padding-left: 15px;752 margin-right: auto;753 margin-left: auto;754}755@media (min-width: 768px) {756 .container {757 width: 750px;758 }759}760@media (min-width: 992px) {761 .container {762 width: 970px;763 }764}765@media (min-width: 1200px) {766 .container {767 width: 1170px;768 }769}770.container-fluid {771 padding-right: 15px;772 padding-left: 15px;773 margin-right: auto;774 margin-left: auto;775}776.row {777 margin-right: -15px;778 margin-left: -15px;779}780.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {781 position: relative;782 min-height: 1px;783 padding-right: 15px;784 padding-left: 15px;785}786.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {787 float: left;788}789.col-xs-12 {790 width: 100%;791}792.col-xs-11 {793 width: 91.66666667%;794}795.col-xs-10 {796 width: 83.33333333%;797}798.col-xs-9 {799 width: 75%;800}801.col-xs-8 {802 width: 66.66666667%;803}804.col-xs-7 {805 width: 58.33333333%;806}807.col-xs-6 {808 width: 50%;809}810.col-xs-5 {811 width: 41.66666667%;812}813.col-xs-4 {814 width: 33.33333333%;815}816.col-xs-3 {817 width: 25%;818}819.col-xs-2 {820 width: 16.66666667%;821}822.col-xs-1 {823 width: 8.33333333%;824}825.col-xs-pull-12 {826 right: 100%;827}828.col-xs-pull-11 {829 right: 91.66666667%;830}831.col-xs-pull-10 {832 right: 83.33333333%;833}834.col-xs-pull-9 {835 right: 75%;836}837.col-xs-pull-8 {838 right: 66.66666667%;839}840.col-xs-pull-7 {841 right: 58.33333333%;842}843.col-xs-pull-6 {844 right: 50%;845}846.col-xs-pull-5 {847 right: 41.66666667%;848}849.col-xs-pull-4 {850 right: 33.33333333%;851}852.col-xs-pull-3 {853 right: 25%;854}855.col-xs-pull-2 {856 right: 16.66666667%;857}858.col-xs-pull-1 {859 right: 8.33333333%;860}861.col-xs-pull-0 {862 right: 0;863}864.col-xs-push-12 {865 left: 100%;866}867.col-xs-push-11 {868 left: 91.66666667%;869}870.col-xs-push-10 {871 left: 83.33333333%;872}873.col-xs-push-9 {874 left: 75%;875}876.col-xs-push-8 {877 left: 66.66666667%;878}879.col-xs-push-7 {880 left: 58.33333333%;881}882.col-xs-push-6 {883 left: 50%;884}885.col-xs-push-5 {886 left: 41.66666667%;887}888.col-xs-push-4 {889 left: 33.33333333%;890}891.col-xs-push-3 {892 left: 25%;893}894.col-xs-push-2 {895 left: 16.66666667%;896}897.col-xs-push-1 {898 left: 8.33333333%;899}900.col-xs-push-0 {901 left: 0;902}903.col-xs-offset-12 {904 margin-left: 100%;905}906.col-xs-offset-11 {907 margin-left: 91.66666667%;908}909.col-xs-offset-10 {910 margin-left: 83.33333333%;911}912.col-xs-offset-9 {913 margin-left: 75%;914}915.col-xs-offset-8 {916 margin-left: 66.66666667%;917}918.col-xs-offset-7 {919 margin-left: 58.33333333%;920}921.col-xs-offset-6 {922 margin-left: 50%;923}924.col-xs-offset-5 {925 margin-left: 41.66666667%;926}927.col-xs-offset-4 {928 margin-left: 33.33333333%;929}930.col-xs-offset-3 {931 margin-left: 25%;932}933.col-xs-offset-2 {934 margin-left: 16.66666667%;935}936.col-xs-offset-1 {937 margin-left: 8.33333333%;938}939.col-xs-offset-0 {940 margin-left: 0;941}942@media (min-width: 768px) {943 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {944 float: left;945 }946 .col-sm-12 {947 width: 100%;948 }949 .col-sm-11 {950 width: 91.66666667%;951 }952 .col-sm-10 {953 width: 83.33333333%;954 }955 .col-sm-9 {956 width: 75%;957 }958 .col-sm-8 {959 width: 66.66666667%;960 }961 .col-sm-7 {962 width: 58.33333333%;963 }964 .col-sm-6 {965 width: 50%;966 }967 .col-sm-5 {968 width: 41.66666667%;969 }970 .col-sm-4 {971 width: 33.33333333%;972 }973 .col-sm-3 {974 width: 25%;975 }976 .col-sm-2 {977 width: 16.66666667%;978 }979 .col-sm-1 {980 width: 8.33333333%;981 }982 .col-sm-pull-12 {983 right: 100%;984 }985 .col-sm-pull-11 {986 right: 91.66666667%;987 }988 .col-sm-pull-10 {989 right: 83.33333333%;990 }991 .col-sm-pull-9 {992 right: 75%;993 }994 .col-sm-pull-8 {995 right: 66.66666667%;996 }997 .col-sm-pull-7 {998 right: 58.33333333%;999 }1000 .col-sm-pull-6 {1001 right: 50%;1002 }1003 .col-sm-pull-5 {1004 right: 41.66666667%;1005 }1006 .col-sm-pull-4 {1007 right: 33.33333333%;1008 }1009 .col-sm-pull-3 {1010 right: 25%;1011 }1012 .col-sm-pull-2 {1013 right: 16.66666667%;1014 }1015 .col-sm-pull-1 {1016 right: 8.33333333%;1017 }1018 .col-sm-pull-0 {1019 right: 0;1020 }1021 .col-sm-push-12 {1022 left: 100%;1023 }1024 .col-sm-push-11 {1025 left: 91.66666667%;1026 }1027 .col-sm-push-10 {1028 left: 83.33333333%;1029 }1030 .col-sm-push-9 {1031 left: 75%;1032 }1033 .col-sm-push-8 {1034 left: 66.66666667%;1035 }1036 .col-sm-push-7 {1037 left: 58.33333333%;1038 }1039 .col-sm-push-6 {1040 left: 50%;1041 }1042 .col-sm-push-5 {1043 left: 41.66666667%;1044 }1045 .col-sm-push-4 {1046 left: 33.33333333%;1047 }1048 .col-sm-push-3 {1049 left: 25%;1050 }1051 .col-sm-push-2 {1052 left: 16.66666667%;1053 }1054 .col-sm-push-1 {1055 left: 8.33333333%;1056 }1057 .col-sm-push-0 {1058 left: 0;1059 }1060 .col-sm-offset-12 {1061 margin-left: 100%;1062 }1063 .col-sm-offset-11 {1064 margin-left: 91.66666667%;1065 }1066 .col-sm-offset-10 {1067 margin-left: 83.33333333%;1068 }1069 .col-sm-offset-9 {1070 margin-left: 75%;1071 }1072 .col-sm-offset-8 {1073 margin-left: 66.66666667%;1074 }1075 .col-sm-offset-7 {1076 margin-left: 58.33333333%;1077 }1078 .col-sm-offset-6 {1079 margin-left: 50%;1080 }1081 .col-sm-offset-5 {1082 margin-left: 41.66666667%;1083 }1084 .col-sm-offset-4 {1085 margin-left: 33.33333333%;1086 }1087 .col-sm-offset-3 {1088 margin-left: 25%;1089 }1090 .col-sm-offset-2 {1091 margin-left: 16.66666667%;1092 }1093 .col-sm-offset-1 {1094 margin-left: 8.33333333%;1095 }1096 .col-sm-offset-0 {1097 margin-left: 0;1098 }1099}1100@media (min-width: 992px) {1101 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {1102 float: left;1103 }1104 .col-md-12 {1105 width: 100%;1106 }1107 .col-md-11 {1108 width: 91.66666667%;1109 }1110 .col-md-10 {1111 width: 83.33333333%;1112 }1113 .col-md-9 {1114 width: 75%;1115 }1116 .col-md-8 {1117 width: 66.66666667%;1118 }1119 .col-md-7 {1120 width: 58.33333333%;1121 }1122 .col-md-6 {1123 width: 50%;1124 }1125 .col-md-5 {1126 width: 41.66666667%;1127 }1128 .col-md-4 {1129 width: 33.33333333%;1130 }1131 .col-md-3 {1132 width: 25%;1133 }1134 .col-md-2 {1135 width: 16.66666667%;1136 }1137 .col-md-1 {1138 width: 8.33333333%;1139 }1140 .col-md-pull-12 {1141 right: 100%;1142 }1143 .col-md-pull-11 {1144 right: 91.66666667%;1145 }1146 .col-md-pull-10 {1147 right: 83.33333333%;1148 }1149 .col-md-pull-9 {1150 right: 75%;1151 }1152 .col-md-pull-8 {1153 right: 66.66666667%;1154 }1155 .col-md-pull-7 {1156 right: 58.33333333%;1157 }1158 .col-md-pull-6 {1159 right: 50%;1160 }1161 .col-md-pull-5 {1162 right: 41.66666667%;1163 }1164 .col-md-pull-4 {1165 right: 33.33333333%;1166 }1167 .col-md-pull-3 {1168 right: 25%;1169 }1170 .col-md-pull-2 {1171 right: 16.66666667%;1172 }1173 .col-md-pull-1 {1174 right: 8.33333333%;1175 }1176 .col-md-pull-0 {1177 right: 0;1178 }1179 .col-md-push-12 {1180 left: 100%;1181 }1182 .col-md-push-11 {1183 left: 91.66666667%;1184 }1185 .col-md-push-10 {1186 left: 83.33333333%;1187 }1188 .col-md-push-9 {1189 left: 75%;1190 }1191 .col-md-push-8 {1192 left: 66.66666667%;1193 }1194 .col-md-push-7 {1195 left: 58.33333333%;1196 }1197 .col-md-push-6 {1198 left: 50%;1199 }1200 .col-md-push-5 {