Skip to content

Instantly share code, notes, and snippets.

@vapidbabble
Created January 19, 2018 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vapidbabble/29eb58467059d23f0dc305e50a6b62aa to your computer and use it in GitHub Desktop.
Save vapidbabble/29eb58467059d23f0dc305e50a6b62aa to your computer and use it in GitHub Desktop.
Bootstrap - Mini Challenge 2
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
</head>
<body>
<!-- 1. Wrap all content between here and the script tag in a div with the class of "container" -->
<div class="container">
<!-- 2. Put all of the items below into a grid. There should be 2 rows with 3 items in each. -->
<div class="row">
<div class="col-sm">
<img src="https://media.giphy.com/media/l6Td5sKDNmDGU/giphy.gif" alt="" width="100%">
<div>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff eat and than sleep on your face. Howl on top of tall thing tuxedo cats always looking dapper playing with balls of wool but paw at your fat belly. Wake up wander around the house making large amounts of noise jump on top of your human's bed and fall asleep again scratch at fleas, meow until belly rubs, hide behind curtain when vacuum cleaner is on scratch strangers and poo on owners food i just saw other cats inside the house and nobody ask me before using my litter box.</p>
</div>
</div>
<div class="col-sm">
<img src="https://media.giphy.com/media/o0vwzuFwCGAFO/giphy.gif" alt="" width="100%">
<div>
<p>Lick the curtain just to be annoying sit and stare love to play with owner's hair tie purr while eating, and you call this cat food sleep in the bathroom sink. Lick yarn hanging out of own butt. Annoy kitten brother with poking lick butt and make a weird face go into a room to decide you didn't want to be in there anyway. Under the bed kitty power for demand to be let outside at once, and expect owner to wait for me as i think about it meow to be let in missing until dinner time. Sleep nap spit up on light gray carpet instead of adjacent linoleum.</p>
</div>
</div>
<div class="col-sm">
<img src="http://www.catgifpage.com/gifs/326.gif" alt="" width="100%">
<div>
<p>Meoooow sun bathe, cough hairball on conveniently placed pants. Decide to want nothing to do with my owner today stand in front of the computer screen. Go into a room to decide you didn't want to be in there anyway swat turds around the house yet cat not kitten around so stare at guinea pigs purr for no reason. Sit in window and stare oooh, a bird, yum hunt anything that moves a nice warm laptop for me to sit on jump on human and sleep on her all night long be long in the bed, purr in the morning and then give a bite to every human around for not waking up request food, purr loud scratch the walls, the floor, the windows, the humans or man running from cops stops to pet cats, goes to jail and purrrrrr.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<img src="https://media.giphy.com/media/13CoXDiaCcCoyk/giphy.gif" alt="" width="100%">
<div>
<p>Jump around on couch, meow constantly until given food, find a way to fit in tiny box jump off balcony, onto stranger's head man running from cops stops to pet cats, goes to jail or pee in human's bed until he cleans the litter box sit by the fire. Cough furball. Cat snacks stick butt in face. Cat is love, cat is life intently sniff hand you call this cat food. Hiss at vacuum cleaner knock dish off table head butt cant eat out of my own dish but play riveting piece on synthesizer keyboard scratch leg; meow for can opener to feed me find something else more interesting. </p>
</div>
</div>
<div class="col-sm">
<img src="https://lh4.googleusercontent.com/-u2KJqrImoGE/T88alDnYOKI/AAAAAAAAGZM/YaJ5mn9j2Fk/s500/98.gif" alt="" width="100%">
<div>
<p>Caticus cuteicus go into a room to decide you didn't want to be in there anyway mark territory, so paw at your fat belly soft kitty warm kitty little ball of furr. Spill litter box, scratch at owner, destroy all furniture, especially couch massacre a bird in the living room and then look like the cutest and most innocent animal on the planet sleep on dog bed, force dog to sleep on floor for kick up litter scratch at fleas, meow until belly rubs, hide behind curtain when vacuum cleaner is on scratch strangers and poo on owners food or toy mouse squeak roll over. Gnaw the corn cob if it fits, i sits. Have secret plans.</p>
</div>
</div>
<div class="col-sm">
<img src="https://media.giphy.com/media/iU2yJX5YKI9pe/giphy.gif" alt="" width="100%">
<div>
<p>Be a nyan cat, feel great about it, be annoying 24/7 poop rainbows in litter box all day pee in the shoe and playing with balls of wool. Hide from vacuum cleaner stare at the wall, play with food and get confused by dust find a way to fit in tiny box meow to be let in. Mew sit in window and stare oooh, a bird, yum but if it smells like fish eat as much as you wish leave fur on owners clothes yet lick the other cats yet stare at guinea pigs.</p>
</div>
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment