diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5aa2950 Binary files /dev/null and b/.DS_Store differ diff --git a/GoogleMapsMarkers.zip b/GoogleMapsMarkers.zip new file mode 100644 index 0000000..2405f3f Binary files /dev/null and b/GoogleMapsMarkers.zip differ diff --git a/float.css b/float.css new file mode 100644 index 0000000..f078fee --- /dev/null +++ b/float.css @@ -0,0 +1,52 @@ +* { + box-sizing: border-box; +} + +.row { + max-width: 1000px; + height: 415px; + padding-left: 20px; + padding-right: 20px; + margin: 0 auto; +} + +/* Clearfix */ +.row::before, +.row::after { + display: table; + content: ''; +} + +.row::after { + clear: both; +} + +.col-3, .col-4, .col-6, .col-12 { + float: left; + padding-left: 1.04166666%; + padding-right: 1.04166666%; +} + +/* Mobile defaults */ + .col-3, .col-4, .col-6, .col-12 { + width: 100%; +} + + +/* Non-mobile, grid */ +@media only screen and (min-width: 640px) { + .col-3 { + width: 25%; + } + +.col-4 { + width: 33.333333%; + } + +.col-6 { + width: 50%; + } + .col-12 { + width: 100%; + } +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..be73c03 --- /dev/null +++ b/index.html @@ -0,0 +1,167 @@ + + + +
+Gender: ${pet.sex.$t}
+I am a ${pet.breeds.breed.$t}.
+${pet.age.$t}
+ I live in ${pet.contact.city.$t},${pet.contact.state.$t} + +