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<!DOCTYPE html>2<html lang="en">3 <head>4 <style>5 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */6 7/* Document8 ========================================================================== */9 10/**11 * 1. Correct the line height in all browsers.12 * 2. Prevent adjustments of font size after orientation changes in iOS.13 */14 15html {16 line-height: 1.15; /* 1 */17 -webkit-text-size-adjust: 100%; /* 2 */18}19 20/* Sections21 ========================================================================== */22 23/**24 * Remove the margin in all browsers.25 */26 27body {28 margin: 0;29}30 31/**32 * Render the `main` element consistently in IE.33 */34 35main {36 display: block;37}38 39/**40 * Correct the font size and margin on `h1` elements within `section` and41 * `article` contexts in Chrome, Firefox, and Safari.42 */43 44h1 {45 margin: 0.67em 0;46 font-size: 2em;47}48 49/* Grouping content50 ========================================================================== */51 52/**53 * 1. Add the correct box sizing in Firefox.54 * 2. Show the overflow in Edge and IE.55 */56 57hr {58 -webkit-box-sizing: content-box;59 box-sizing: content-box; /* 1 */60 height: 0; /* 1 */61 overflow: visible; /* 2 */62}63 64/**65 * 1. Correct the inheritance and scaling of font size in all browsers.66 * 2. Correct the odd `em` font sizing in all browsers.67 */68 69pre {70 font-family: monospace; /* 1 */71 font-size: 1em; /* 2 */72}73 74/* Text-level semantics75 ========================================================================== */76 77/**78 * Remove the gray background on active links in IE 10.79 */80 81a {82 background-color: transparent;83}84 85/**86 * 1. Remove the bottom border in Chrome 57-87 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.88 */89 90abbr[title] {91 text-decoration: underline; /* 2 */92 -webkit-text-decoration: underline dotted;93 text-decoration: underline dotted; /* 2 */94 border-bottom: none; /* 1 */95}96 97/**98 * Add the correct font weight in Chrome, Edge, and Safari.99 */100 101b,102strong {103 font-weight: bolder;104}105 106/**107 * 1. Correct the inheritance and scaling of font size in all browsers.108 * 2. Correct the odd `em` font sizing in all browsers.109 */110 111code,112kbd,113samp {114 font-family: monospace; /* 1 */115 font-size: 1em; /* 2 */116}117 118/**119 * Add the correct font size in all browsers.120 */121 122small {123 font-size: 80%;124}125 126/**127 * Prevent `sub` and `sup` elements from affecting the line height in128 * all browsers.129 */130 131sub,132sup {133 position: relative;134 font-size: 75%;135 line-height: 0;136 vertical-align: baseline;137}138 139sub {140 bottom: -0.25em;141}142 143sup {144 top: -0.5em;145}146 147/* Embedded content148 ========================================================================== */149 150/**151 * Remove the border on images inside links in IE 10.152 */153 154img {155 border-style: none;156}157 158/* Forms159 ========================================================================== */160 161/**162 * 1. Change the font styles in all browsers.163 * 2. Remove the margin in Firefox and Safari.164 */165 166button,167input,168optgroup,169select,170textarea {171 margin: 0; /* 2 */172 font-family: inherit; /* 1 */173 font-size: 100%; /* 1 */174 line-height: 1.15; /* 1 */175}176 177/**178 * Show the overflow in IE.179 * 1. Show the overflow in Edge.180 */181 182button,183input { /* 1 */184 overflow: visible;185}186 187/**188 * Remove the inheritance of text transform in Edge, Firefox, and IE.189 * 1. Remove the inheritance of text transform in Firefox.190 */191 192button,193select { /* 1 */194 text-transform: none;195}196 197/**198 * Correct the inability to style clickable types in iOS and Safari.199 */200 201button,202[type="button"],203[type="reset"],204[type="submit"] {205 -webkit-appearance: button;206}207 208/**209 * Remove the inner border and padding in Firefox.210 */211 212button::-moz-focus-inner,213[type="button"]::-moz-focus-inner,214[type="reset"]::-moz-focus-inner,215[type="submit"]::-moz-focus-inner {216 padding: 0;217 border-style: none;218}219 220/**221 * Restore the focus styles unset by the previous rule.222 */223 224button:-moz-focusring,225[type="button"]:-moz-focusring,226[type="reset"]:-moz-focusring,227[type="submit"]:-moz-focusring {228 outline: 1px dotted ButtonText;229}230 231/**232 * Correct the padding in Firefox.233 */234 235fieldset {236 padding: 0.35em 0.75em 0.625em;237}238 239/**240 * 1. Correct the text wrapping in Edge and IE.241 * 2. Correct the color inheritance from `fieldset` elements in IE.242 * 3. Remove the padding so developers are not caught out when they zero out243 * `fieldset` elements in all browsers.244 */245 246legend {247 -webkit-box-sizing: border-box;248 box-sizing: border-box; /* 1 */249 display: table; /* 1 */250 max-width: 100%; /* 1 */251 padding: 0; /* 3 */252 color: inherit; /* 2 */253 white-space: normal; /* 1 */254}255 256/**257 * Add the correct vertical alignment in Chrome, Firefox, and Opera.258 */259 260progress {261 vertical-align: baseline;262}263 264/**265 * Remove the default vertical scrollbar in IE 10+.266 */267 268textarea {269 overflow: auto;270}271 272/**273 * 1. Add the correct box sizing in IE 10.274 * 2. Remove the padding in IE 10.275 */276 277[type="checkbox"],278[type="radio"] {279 -webkit-box-sizing: border-box;280 box-sizing: border-box; /* 1 */281 padding: 0; /* 2 */282}283 284/**285 * Correct the cursor style of increment and decrement buttons in Chrome.286 */287 288[type="number"]::-webkit-inner-spin-button,289[type="number"]::-webkit-outer-spin-button {290 height: auto;291}292 293/**294 * 1. Correct the odd appearance in Chrome and Safari.295 * 2. Correct the outline style in Safari.296 */297 298[type="search"] {299 -webkit-appearance: textfield; /* 1 */300 outline-offset: -2px; /* 2 */301}302 303/**304 * Remove the inner padding in Chrome and Safari on macOS.305 */306 307[type="search"]::-webkit-search-decoration {308 -webkit-appearance: none;309}310 311/**312 * 1. Correct the inability to style clickable types in iOS and Safari.313 * 2. Change font properties to `inherit` in Safari.314 */315 316::-webkit-file-upload-button {317 -webkit-appearance: button; /* 1 */318 font: inherit; /* 2 */319}320 321/* Interactive322 ========================================================================== */323 324/*325 * Add the correct display in Edge, IE 10+, and Firefox.326 */327 328details {329 display: block;330}331 332/*333 * Add the correct display in all browsers.334 */335 336summary {337 display: list-item;338}339 340/* Misc341 ========================================================================== */342 343/**344 * Add the correct display in IE 10+.345 */346 347template {348 display: none;349}350 351/**352 * Add the correct display in IE 10.353 */354 355[hidden] {356 display: none;357}358 359.wr {360 max-width: 1260px;361 margin: 0 auto;362 width: 100%;363}364 365* { margin: 0; padding: 0; }366 367html, body { width: 100%; height: 100%; padding: 0; margin: 0; font-family: Verdana, Geneva, sans-serif; font-size: 16px; color: #000; }368 369a { outline: none; border: none; text-decoration: underline; font-family: Verdana, Geneva, sans-serif; color: #3355e7; cursor: pointer; }370 371a * { cursor: pointer; }372 373*:active, *:focus { outline: none; }374 375a:hover { text-decoration: none; }376 377body {378 background: #fff;379}380 381#header {382 background-color: #ffffff;383 border-bottom: solid 1px rgba(160, 160, 160, 0.3);384}385 386#header .wr {387 display: -webkit-box;388 display: -ms-flexbox;389 display: flex;390 -webkit-box-pack: justify;391 -ms-flex-pack: justify;392 justify-content: space-between;393 height: 120px;394 line-height: 3.5em;395 width: 100%;396 z-index: 10000;397 max-width: 1260px;398}399 400#header ul {401 list-style: none;402 margin: 0;403 padding-left: 0;404}405 406#header ul li {407 display: block;408 float: left;409 padding-left: 0;410}411 412#header .logo {413 padding: 0 10px;414}415 416#header .prpic {417 -webkit-box-flex:1;418 -ms-flex:1;419 flex:1;420}421 422ul.list-vote {423 list-style: none;424 vertical-align: top;425 margin: 0;426 padding: 0;427}428 429ul.list-vote li {430 margin: 2px 0 2px 0;431}432 433.t-socium .col {434 display: inline-block;435 width: 30%;436 vertical-align: top;437 text-align: center;438}439 440.ta-center {441 text-align: center;442}443 444input.button {445 padding: 5px 12px;446}447 448.cmnt-f {449 background-color: #f0f0f0;450 padding: 10px;451}452 453#header .main {454 height: inherit;455 line-height: inherit;456 text-align: right;457 padding: 0 10px;458}459 460#header .main ul {461 height: inherit;462 line-height: inherit;463}464 465#header .main ul li {466 height: inherit;467 line-height: inherit;468 white-space: nowrap;469}470 471#header .main ul li > * {472 display: block;473}474 475#header .main ul li > .a {476 text-decoration: none;477 border-bottom: 0;478 color: #999;479 position: relative;480 cursor: pointer;481}482 483#header .main ul li.menu {484 display: none;485}486 487#header .main .search .a {488 display: none;489}490 491#header .main .search svg {492 width: 36px;493 height: 36px;494 fill: #000;495 margin: 12px 0 0 6px;496}497 498#header .main .menu svg {499 width: 36px;500 height: 36px;501 fill: #000;502 margin: 12px 0 0 6px;503}504 505#header .main ul li.search .s-inp {506 position: relative;507}508 509#header .main ul li {510 background: #fff;511 text-align: center;512 padding: 0 10px;513 border-left: none;514}515 516#header .main ul li.search h3 {517 margin:15px 0 0 0;518}519 520#header .main ul li.search .btn-search {521 position: absolute;522 right: 3px;523 top: 5px;524 width: 30px;525 height: 30px;526 border: 0;527 background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktc2VhcmNoIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik0xMS43NDIgMTAuMzQ0YTYuNSA2LjUgMCAxIDAtMS4zOTcgMS4zOThoLS4wMDFjLjAzLjA0LjA2Mi4wNzguMDk4LjExNWwzLjg1IDMuODVhMSAxIDAgMCAwIDEuNDE1LTEuNDE0bC0zLjg1LTMuODVhMS4wMDcgMS4wMDcgMCAwIDAtLjExNS0uMXpNMTIgNi41YTUuNSA1LjUgMCAxIDEtMTEgMCA1LjUgNS41IDAgMCAxIDExIDB6Ii8+Cjwvc3ZnPg==) no-repeat;528 cursor: pointer;529 background-size: 24px;530}531 532#header form {533 margin: 0;534}535 536#header form .s-inp input {537 display: block;538 height: 30px;539 position: relative;540 vertical-align: middle;541 width: 170px;542 border: 1px solid #999;543 border-radius: 6px;544}545 546#header #search {547 -webkit-transition: all 0.5s ease;548 -o-transition: all 0.5s ease;549 transition: all 0.5s ease;550 max-width: 0;551 opacity: 0;552 overflow: hidden;553 padding: 0;554 white-space: nowrap;555}556 557#header #search.visible {558 max-width: 12.5em;559 opacity: 1;560 padding: 0 0.5em 0 0;561}562 563main {564 margin-top: 20px;565 padding: 0 0;566}567 568.wbl {569 background: #fff;570 padding: 10px 10px;571 border: solid 1px rgba(160, 160, 160, 0.3);572 margin: 0 0 20px 0;573 border-radius: 4px;574}575 576.bl {577 padding: 0px 0px;578 margin: 0 0 20px 0;579}580 581.bl h4 {582 color: #cd0000;583 margin-bottom: 10px;584 font-size: 12px;585 padding-left: 10px;586}587 588.fc {589 display: -webkit-box;590 display: -ms-flexbox;591 display: flex;592 -webkit-box-pack: justify;593 -ms-flex-pack: justify;594 justify-content: space-between;595 -webkit-box-align: stretch;596 -ms-flex-align: stretch;597 align-items: stretch;598 height: 100%;599 grid-gap: 20px;600 gap: 20px;601}602 603.fc .lc {604 /* flex:0 1 auto; */605 -webkit-box-flex:0;606 -ms-flex-positive:0;607 flex-grow:0;608 width: 175px;609 min-width: 175px;610}611 612.fc .cc {613 -webkit-box-flex:1;614 -ms-flex-positive:1;615 flex-grow:1;616 align-self:flex-start;617 display: -webkit-box;618 display: -ms-flexbox;619 display: flex;620 -webkit-box-pack: justify;621 -ms-flex-pack: justify;622 justify-content: space-between;623 -webkit-box-align: stretch;624 -ms-flex-align: stretch;625 align-items: stretch;626 grid-gap: 20px;627 gap: 20px;628}629 630.fc .mc {631 max-width: 745px;632 -webkit-box-flex:1;633 -ms-flex-positive:1;634 flex-grow:1;635}636 637.fc .rc {638 width: 300px;639 -ms-flex-wrap: wrap-reverse;640 flex-wrap: wrap-reverse;641 -ms-flex-item-align:start;642 align-self:flex-start;643 min-width: 300px;644}645 646.car_props {647 display: -webkit-box;648 display: -ms-flexbox;649 display: flex;650 -webkit-box-pack: justify;651 -ms-flex-pack: justify;652 justify-content: space-between;653 -webkit-box-align: stretch;654 -ms-flex-align: stretch;655 align-items: stretch;656 grid-gap: 10px;657 gap: 10px;658 -webkit-box-orient: horizontal;659 -webkit-box-direction: normal;660 -ms-flex-direction: row;661 flex-direction: row;662}663 664.car_props .gallery {665 width: 300px;666 -ms-flex-negative: 0;667 flex-shrink: 0;668 margin: 20px 0;669}670 671.photogallery {672 margin: 0;673 padding: 0;674 display: -webkit-box;675 display: -ms-flexbox;676 display: flex;677 grid-gap: 10px;678 gap: 10px;679 -ms-flex-wrap: wrap;680 flex-wrap: wrap;681 -webkit-box-pack: start;682 -ms-flex-pack: start;683 justify-content: flex-start;684 margin: 0 auto;685 width: 300px;686}687 688.photogallery a {689 margin: 0;690 padding: 0;691 display: block;692 float: left;693 width: 65px;694 height: 65px;695 border: 1px solid #000;696 position: relative;697}698 699.photogallery a:first-child {700 width: 300px;701 height: 200px;702}703 704.photogallery a img {705 width: 100%;706 height: 100%;707 display: block;708}709 710ul.lc_nav {711 list-style-type: none;712 background: #eef1f7;713 margin: 0;714}715 716ul.lc_nav a {717 color: #000;718}719 720ul.lc_nav li img {721 vertical-align: middle;722 margin-right: 10px;723 display: inline-block;724}725 726ul.lc_nav li {727 font-size: 12px;728 vertical-align: middle;729 padding: 5px 10px;730 border-bottom: solid 1px #fff;731}732 733ul.lc_nav.brands li {734 font-size: 75%;735 color: #999999;736}737 738ul.lc_nav.brands li a {739 font-size: 12px;740}741 742footer {743 color: #767670;744 font-size: 12px;745}746 747footer .wr {748 border-top: 2px solid #c2c2c2;749 padding: 20px 0;750}751 752.bckg {753 padding: 10px;754 background-color: #eef1f7;755}756 757.bckg.social {758 text-align: center;759}760 761.footer-social a{762 margin: 0 5px;763}764 765.lc_nav li.attent a { color: #cd0000; font-weight: bold; }766 767.lc_nav li.strong a { font-weight: bold; }768 769.car-proposal {770 list-style-type: none;771 margin: 20px 0;772}773 774.car-proposal li {775 font-size: 14px;776 padding: 10px 0;777 border-bottom: solid 1px rgba(160, 160, 160, 0.3);778 display: table;779 width: 100%;780}781 782.car-proposal li div {783 display: table-cell;784 vertical-align: middle;785 padding-left: 15px;786}787 788.car-proposal li div.pic {789 width: 83px;790 padding-left: 0px;791}792 793.car-proposal li div.name {794 width: 100%;795}796 797.car-proposal li div.pcnt {798 padding-right: 10px;799}800 801.car-proposal li div.price {802 text-align: right;803}804 805.car-proposal a.photos {806 display: inline-block;807 vertical-align: top;808 padding: 0 26px 0 0;809 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGjSURBVHjarJS9bsIwEMfPwZAAUpm6dmDvlqWvQjt0ZC1DJEbEgBiKlCeoOvYReBYG1AkhIWglQOIzvb+li4zDl1ROutiJfX//LmdbJUlCtzSNR7vdfmfh5+VyGazX68tBWpPv+x8c93ZUkMVe2O7ZVC6XI6G26dGX981mQ71e75W7xwWZzIdYp9MhbgmUCOLvpq+USgP2+z0VCgVarVaVRqPx4xJrWRFk1WqVwjCkfr9PtVrNiJ8hVuwVl1jbKQVBQKVSiRaLhRETYs/zjGMctOL4NhgMKIoikKs0ZRHkNIy7xOgjVQjYYnCka5MfCI7HY5rNZibYJr5kdsG0PQC60WiUThBiEGERuC0iMRlCEQB+Pp/PEG+3W9rtdjSdTqlcLqfB+BXz+fxgF+hzqQixbRCwbTKZZPehpDIcDk0LGpf4lGFP2il7eAhyt9uler1uJv3rLHM1f3mrVIrFohGXFYX4nMmcgyoz0Vccx098zB4xwO0dwEF8jWWK0mq1IntCs9n8ZuIHl9g9fiKG887/OzlZZZf4muuM/dMscOsL9k+AAQAmFiUSzBbrEgAAAABJRU5ErkJggg==) right 0 no-repeat;810 height: 18px;811 line-height: 18px;812 text-decoration: none;813 color: #000;814}815 816.rc_list {817 list-style-type: none;818 margin: 20px 0;819 vertical-align: top;820}821 822.rc_list li {823 margin: 20px 0;824 font-size: 14px;825 text-align: center;826}827 828.rc_list li a em {829 display: block;830 margin: 5px 0;831}832 833.rc_list li .price b {834 font-weight: normal;835}836 837.rc_list li .price i {838 color: #cd0000;839 font-style: normal;840 font-weight: bold;841}842 843.med_list {844 list-style-type: none;845 margin: 20px 0;846 vertical-align: top;847 border: solid 1px rgba(160, 160, 160, 0.3);848 padding: 10px;849 display: -webkit-box;850 display: -ms-flexbox;851 display: flex;852 -ms-flex-wrap: wrap;853 flex-wrap: wrap;854 -webkit-box-pack: justify;855 -ms-flex-pack: justify;856 justify-content: space-between;857 -webkit-box-align: stretch;858 -ms-flex-align: stretch;859 align-items: stretch;860 grid-gap: 10px;861 gap: 10px;862 width: 100%;863 -webkit-box-sizing: border-box;864 box-sizing: border-box;865}866 867.med_list li {868 width: 48%;869 vertical-align: top;870 padding-bottom: 20px;871}872 873.med_list li .price {874 margin: 10px 0;875}876 877.med_list li .price b {878 color: #cd0000;879}880 881.med_list li img {882 width: 100%;883 height: auto;884}885 886.bread {887 line-height: 14px; font-size: 12px; font-weight: normal;888 margin-top: 0;889}890 891.red {892 color: #cd0000;893}894 895h1 {896 font-size: 24px;897 font-weight: normal;898}899 900h2 {901 margin: 20px 0 10px 0;902 font-size: 16px;903}904 905h3 {906 margin: 20px 0 10px 0;907 font-size: 16px;908 font-weight: normal;909}910 911.google {912 margin: 20px 0;913}914 915.brdr {916 border-bottom: solid 1px rgba(160, 160, 160, 0.3);917 padding-bottom: 20px;918}919 920.s-left strong {921 color: #cd0000;922 font-size: 15px;923}924 925p {926 margin: 0 0 20px 0;927}928 929.make {930 background: url(data:image/jpeg;base64,/9j/4QCgRXhpZgAASUkqAAgAAAADADEBAgAcAAAAMgAAADIBAgAaAAAATgAAAGmHBAABAAAAaAAAAAAAAABBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MAMjAxMi0wOS0xOFQyMzozNDowMSsxOTowMAADAACQBwAEAAAAMDIyMAKgBAABAAAAEAAAAAOgBAABAAAAEAAAAAAAAAAQAAAAAAD/7AARRHVja3kAAQAEAAAAZAAA/+ED72h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyIgeG1wOkNyZWF0ZURhdGU9IjIwMTItMDktMThUMjM6Mjg6NTItMDU6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDEyLTA5LTE4VDIzOjM0OjAxKzE5OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDEyLTA5LTE4VDIzOjM0OjAxKzE5OjAwIiBkYzpmb3JtYXQ9ImltYWdlL2pwZWciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0M3NDg2QzMwMjEzMTFFMjg3ODg4MDc1ODk4QTdDRDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0M3NDg2QzQwMjEzMTFFMjg3ODg4MDc1ODk4QTdDRDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQzc0ODZDMTAyMTMxMUUyODc4ODgwNzU4OThBN0NEMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQzc0ODZDMjAyMTMxMUUyODc4ODgwNzU4OThBN0NEMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIABAAEAMBEQACEQEDEQH/xABtAAEBAQAAAAAAAAAAAAAAAAAHCQoBAAIDAAAAAAAAAAAAAAAAAAIGBAUHEAACAgICAQUAAAAAAAAAAAADBQQGAgcBCBMSFBUXCREAAgIBBQACAgMAAAAAAAAAAQIDBAUREhMGByMUITQiMwj/2gAMAwEAAhEDEQA/ANY9J74t99UM120vVlVWiwWrypYG2Udc4HatiQrjOpKyo1tVX7gidRFBGKw5mDpkOJ7SP4yRoU8ORTBRvbM9mvK+9XugwLXbI45au6WUBknlu1oLNaGGNJ1kUFLCCWWUoIjodjoWdGLzzH0O49WqdrtCZKtzmKxodGijglljlkkcxshOsRMcce4v+QWVwFY+2t+khdOVTZbf5rTm35mtQLiPM60O8UCbDkMbSrrAhr6zN+wl1tTYTHEfA7SNYYoYpDccZiy59GJS8O7Hc9P9Rx/nOReq1e99nS1XSaH9etPY1hil547CHiVWkWyoUPrtP8dwemYuLpnR7fb6Ec/2K3D8ErRyA8s0cXyOnE8LAOxCGFiSumo/OkxtNddOx/Uzr0HTPZ7VrS3Qp9ltdyO31xxxswBD2m+vraGDPV0zBo2hTUppXBfOSIOIQeYsh58E8oQJH+vq2c9B94znd+o0rFzqeUWhw/Fv/WxtKo6yRAMVIlrMw3LtKlCrE6hdF8Mu9e6/5xjOuZmeGpmaC2FcGTb/AGWp5lZXJUHVJQCFYkEMCNNCyJcOjOw++9ft0SjY1XrsiU6uPq6mub8gcCu2xhNNlUu/WJkasRzJ7LW6wrZ63VkFIYhlFkMjsOBiLEPFlhnf5ap9g8/9YxPp3ZaskWHxCWl+qVKzWGs0rFUMu7aIlj5Uc7w2ujIgAKlKr2K/iM90u903FTxz3chJA5lUhooVgnim2lgDyF9rqNu3TUMxJB3f/9k=) no-repeat;931 font-size: 15px;932 font-weight: bold;933 padding: 0 0 0 18px;934 margin: 0 0 0 5px;935}936 937.attrs {938 overflow: hidden;939 font-size: 16px;940}941 942.attrs dt {943 margin: 0;944 padding: 5px 0;945 width: 120px;946 float: left;947 clear: both;948 font-size: 14px949}950 951.attrs dd {952 margin: 0 0 0 120px;953 padding: 5px 0;954 font-size: 14px955}956 957.close_menu {958 display: none;959 position: fixed;960 top: 10px;961 right: 10px;962 width: 40px;963 height: 40px;964 z-index: 9999991;965}966 967.close_menu:before, .close_menu:after {968 position: absolute;969 left: 20px;970 content: ' ';971 height: 40px;972 width: 5px;973 background-color: #333;974}975 976.close_menu:before {977 -webkit-transform: rotate(45deg);978 -ms-transform: rotate(45deg);979 transform: rotate(45deg);980}981 982.close_menu:after {983 -webkit-transform: rotate(-45deg);984 -ms-transform: rotate(-45deg);985 transform: rotate(-45deg);986}987 988@media screen and (max-width: 1023px) {989 990 .fc .cc {991 display: block;992 }993 .fc .rc {994 width: 100%;995 }996 997 main {998 padding: 0 10px 0 0;999 }1000}1001 1002@media screen and (max-width: 736px) {1003 #header .prpic {1004 background: none !important;1005 }1006 #header .wr {1007 height: 60px;1008 }1009 #header .logo img {1010 width: auto;1011 height: 60px;1012 }1013 #header .main {1014 padding :0 5px 0 0;1015 }1016 #header .main .search .a {1017 display: block;1018 }1019 #header .main li {1020 border-left: solid 1px rgba(160, 160, 160, 0.3) !important;1021 }1022 #header .main ul li.menu {1023 display: inline-block;1024 }1025 #header .main ul li.search .s-inp {1026 margin: 10px;1027 }1028 #header form .s-inp input {1029 width: 100%;1030 }1031 #header .main .search .sf h3{1032 display: none;1033 }1034 #header .main .search .sf {1035 overflow: hidden;1036 /*display: none;*/1037 position: absolute;1038 top: 60px;1039 left: 0;1040 background: #eef1f7;1041 width: 100%;1042 border-bottom: solid 1px rgba(160, 160, 160, 0.3);1043 -webkit-transition: height 0.2s linear;1044 -o-transition: height 0.2s linear;1045 transition: height 0.2s linear;1046 height: 0px;1047 }1048 #header .main .menu.active {1049 background-color: #eef1f7;1050 }1051 #header .main .search.active {1052 background-color: #eef1f7;1053 }1054 #header .main .search.active .sf {1055 display: block;1056 -webkit-transition: height 0.2s linear;1057 -o-transition: height 0.2s linear;1058 transition: height 0.2s linear;1059 height: 55px;1060 }1061 .fc .lc {1062 display: none;1063 }1064 .fc .lc.active {1065 display: block;1066 position: fixed;1067 top: 0;1068 left: 0;1069 width: 100%;1070 height: 100%;1071 overflow: auto;1072 background-color: #fff;1073 z-index: 999999;1074 padding: 20px 0;1075 font-size: 16px;1076 }1077 .close_menu {1078 display: block;1079 }1080 ul.lc_nav.brands li a {1081 font-size: 16px;1082 }1083 html, body {1084 font-size: 16px;1085 }1086 ul.lc_nav li {1087 font-size: 16px;1088 padding: 10px 10px;1089 }1090 .wbl {1091 padding: 10px;1092 }1093 main {1094 padding: 0 10px;1095 }1096}1097 1098@media screen and (max-width: 636px) {1099 .car_props {1100 display: block;1101 }1102 .car_props .gallery {1103 width: 100%;1104 }1105 .car-proposal li div.pcnt {1106 display: none;1107 }1108}1109 1110.soc-n-vote {1111 border-top: 1px solid #dfe0e1;1112 border-bottom: 1px solid #dfe0e1;1113 padding: 10px 0;1114}1115.floatright {1116 float: right;1117 margin: 10px 10px 10px 10px;1118 padding: 5px;1119 border: 1px solid #666;1120 font-size: 11px;1121}1122.mc .text {1123 line-height: 1.5;1124}1125.scams {1126 float: right;1127 margin: 10px 10px 10px 10px;1128 padding: 15px;1129 border: 1px solid #666;1130}1131.list-car {1132 list-style: none;1133 vertical-align: top;1134}1135.list-car li {1136 display: inline-block;1137 vertical-align: top;1138 padding: 8px 20px;1139 }1140.tm-history img {1141 float: left;1142 margin: 3px 10px;1143}1144.car-models {1145 list-style: none;1146 vertical-align: top;1147 padding: 0 0 25px 0;1148}1149.car-models li {1150 display: inline-block;1151 vertical-align: top;1152 width: 29%;1153 padding: 0 2% 0 0;1154 min-width: 200px;1155}1156.tmark { border-top: 1px solid #dfe0e1; border-bottom: 1px solid #dfe0e1; padding: 8px 0; margin: 0 0 25px 0; }1157.tmark-in { background: url("../images/e1.gif") 370px 0 repeat-y; width: 100%; overflow: hidden; }1158.tmi-left { float: left; width: 360px; }1159.tmi-right { float: right; width: 350px; }1160 1161.tml-item { position: relative; padding: 0 0 0 50px; }1162.tml-item h3 { font-size: 15px; font-weight: bold; color: #f00; }1163.tml-item img { left: 0px; top: 18px; position: absolute; }1164.tml-item p { padding: 0 0 5px 0; }1165.tm-cars { list-style: none; vertical-align: top; padding: 30px 0 10px 0; }1166.tm-cars li { display: inline-block; vertical-align: top; padding: 0 10px 10px 10px; }1167*+html .tm-cars li { zoom: 1; display: inline; }1168.tm-cars li a { display: block; text-align: center; }1169.tm-cars li a b { display: block; padding: 5px 0 0 0; }1170 1171.tm-history { overflow: hidden; }1172.tm-history img { float: left; margin: 3px 10px; }1173.tm-history p { padding: 0 0 25px 0; }1174.tm-history h3 { font-size: 9pt; padding: 0 0 20px 0; }1175 </style>1176 <meta content="width=device-width,initial-scale=1" name="viewport">1177 <title>1178 2000 Ford F-1501179 </title>1180 <meta charset="utf-8">1181 <meta content="" property="og:image">1182 <meta content="I'm the original owner of this very rare first-year ford Harley truck. I have meticulously maintained and garaged my truck its whole life. It has 14. 00 original miles. If you would like to own this true collectible please contact me. Original manuals and books. I am not aware of any other Harley trucks in this condition available in the country. Serious inquiries&nb" property="og:description">1183 <meta content="2000 Ford F-150" property="og:title">1184 <meta content="" property="og:url">1185 <meta content="article" property="og:type">1186 <meta content="Retro Cars" property="og:site_name">1187 <meta content="I'm the original owner of this very rare first-year ford Harley truck. I have meticulously maintained and garaged my truck its whole life. It has 14. 00 original miles. If you would like to own this true collectible please contact me. Original manuals and books. I am not aware of any other Harley trucks in this condition available in the country. Serious inquiries&nb" name="description">1188 <meta content="car, classics, for, sale, retro, photo, motors, buy, England, London, United Kingdom" name="keywords">1189 <style class="fslightbox-styles">1190 .fslightbox-absoluted{position:absolute;top:0;left:0}.fslightbox-fade-in{animation:fslightbox-fade-in .3s cubic-bezier(0,0,.7,1)}.fslightbox-fade-out{animation:fslightbox-fade-out .3s ease}.fslightbox-fade-in-strong{animation:fslightbox-fade-in-strong .3s cubic-bezier(0,0,.7,1)}.fslightbox-fade-out-strong{animation:fslightbox-fade-out-strong .3s ease}@keyframes fslightbox-fade-in{from{opacity:.65}to{opacity:1}}@keyframes fslightbox-fade-out{from{opacity:.35}to{opacity:0}}@keyframes fslightbox-fade-in-strong{from{opacity:.3}to{opacity:1}}@keyframes fslightbox-fade-out-strong{from{opacity:1}to{opacity:0}}.fslightbox-cursor-grabbing{cursor:grabbing}.fslightbox-full-dimension{width:100%;height:100%}.fslightbox-open{overflow:hidden;height:100%}.fslightbox-flex-centered{display:flex;justify-content:center;align-items:center}.fslightbox-opacity-0{opacity:0!important}.fslightbox-opacity-1{opacity:1!important}.fslightbox-scrollbarfix{padding-right:17px}.fslightbox-transform-transition{transition:transform .3s}.fslightbox-container{font-family:Arial,sans-serif;position:fixed;top:0;left:0;background:linear-gradient(rgba(30,30,30,.9),#000 1810%);touch-action:pinch-zoom;z-index:[PHONE REDACTED];-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fslightbox-container *{box-sizing:border-box}.fslightbox-svg-path{transition:fill .15s ease;fill:#ddd}.fslightbox-nav{height:45px;width:100%;position:absolute;top:0;left:0}.fslightbox-slide-number-container{display:flex;justify-content:center;align-items:center;position:relative;height:100%;font-size:15px;color:#d7d7d7;z-index:0;max-width:55px;text-align:left}.fslightbox-slide-number-container .fslightbox-flex-centered{height:100%}.fslightbox-slash{display:block;margin:0 5px;width:1px;height:12px;transform:rotate(15deg);background:#fff}.fslightbox-toolbar{position:absolute;z-index:3;right:0;top:0;height:100%;display:flex;background:rgba(35,35,35,.65)}.fslightbox-toolbar-button{height:100%;width:45px;cursor:pointer}.fslightbox-toolbar-button:hover .fslightbox-svg-path{fill:#fff}.fslightbox-slide-btn-container{display:flex;align-items:center;padding:12px 12px 12px 6px;position:absolute;top:50%;cursor:pointer;z-index:3;transform:translateY(-50%)}@media (min-width:476px){.fslightbox-slide-btn-container{padding:22px 22px 22px 6px}}@media (min-width:768px){.fslightbox-slide-btn-container{padding:30px 30px 30px 6px}}.fslightbox-slide-btn-container:hover .fslightbox-svg-path{fill:#f1f1f1}.fslightbox-slide-btn{padding:9px;font-size:26px;background:rgba(35,35,35,.65)}@media (min-width:768px){.fslightbox-slide-btn{padding:10px}}@media (min-width:1600px){.fslightbox-slide-btn{padding:11px}}.fslightbox-slide-btn-container-previous{left:0}@media (max-width:475.99px){.fslightbox-slide-btn-container-previous{padding-left:3px}}.fslightbox-slide-btn-container-next{right:0;padding-left:12px;padding-right:3px}@media (min-width:476px){.fslightbox-slide-btn-container-next{padding-left:22px}}@media (min-width:768px){.fslightbox-slide-btn-container-next{padding-left:30px}}@media (min-width:476px){.fslightbox-slide-btn-container-next{padding-right:6px}}.fslightbox-down-event-detector{position:absolute;z-index:1}.fslightbox-slide-swiping-hoverer{z-index:4}.fslightbox-invalid-file-wrapper{font-size:22px;color:#eaebeb;margin:auto}.fslightbox-video{object-fit:cover}.fslightbox-youtube-iframe{border:0}.fslightbox-loader{display:block;margin:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:67px;height:67px}.fslightbox-loader div{box-sizing:border-box;display:block;position:absolute;width:54px;height:54px;margin:6px;border:5px solid;border-color:#999 transparent transparent transparent;border-radius:50%;animation:fslightbox-loader 1.2s cubic-bezier(.5,0,.5,1) infinite}.fslightbox-loader div:nth-child(1){animation-delay:-.45s}.fslightbox-loader div:nth-child(2){animation-delay:-.3s}.fslightbox-loader div:nth-child(3){animation-delay:-.15s}@keyframes fslightbox-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fslightbox-source{position:relative;z-index:2;opacity:0}1191 </style>1192 <meta content="As0hBNJ8h++fNYlkq8cTye2qDLyom8NddByiVytXGGD0YVE+2CEuTCpqXMDxdhOMILKoaiaYifwEvCRlJ/9GcQ8AAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial">1193 <meta content="AgRYsXo24ypxC89CJanC+JgEmraCCBebKl8ZmG7Tj5oJNx0cmH0NtNRZs3NB5ubhpbX/bIt7l2zJOSyO64NGmwMAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial">1194 <meta content="AymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial">1195 </head>1196 <body>1197 <header id="header">1198 <div class="wr">1199 <div class="logo">1200 <a>