diff --git a/Jesus_Urias/README.md b/Jesus_Urias/README.md new file mode 100644 index 0000000..0839eff --- /dev/null +++ b/Jesus_Urias/README.md @@ -0,0 +1,4 @@ +Debugging-jQuery +================ + +Clone this and correct the jQuery errors! diff --git a/Jesus_Urias/debugging_jquery.css b/Jesus_Urias/debugging_jquery.css new file mode 100644 index 0000000..73ad6bc --- /dev/null +++ b/Jesus_Urias/debugging_jquery.css @@ -0,0 +1,63 @@ + +body +{ + background-image: url('dough.jpg'); + font-family: sans-serif; +} + +h2, h1, a +{ + color: white; +} + +#wrapper +{ + background-color: rgba(2,2,2, .5); + width: 1200px; + margin: 0px auto; +} + +#top_headers, #survey, ul, h3 +{ + display: inline-block; +} + +li +{ + max-width: 350px; +} + +#left_content +{ + width: 650px; + display: inline-block; + background-color: rgba(220, 0, 0, .6); + height: 520px; + vertical-align: top; + margin-left: 40px; +} + +#right_content +{ + width: 450px; + display: inline-block; + background-color: rgba(0, 220, 0, .6); + height: 520px; + vertical-align: top; +} + +.box +{ + vertical-align: top; + display: inline-block; + width: 300px; + padding: 10px; +} + +img +{ + width: 310px; + height: 200px; + display: block; + margin: 5px auto; +} \ No newline at end of file diff --git a/Jesus_Urias/debugging_jquery.html b/Jesus_Urias/debugging_jquery.html new file mode 100644 index 0000000..3b765f6 --- /dev/null +++ b/Jesus_Urias/debugging_jquery.html @@ -0,0 +1,89 @@ + +
++ We know that writing code works up an appetite, that's why Codingdojo is proud to announce that we are opening a + pizza kitchen inside our mountain view location! Head chef Michael "spumoni" Choi has lots of delicious family recipes + to share with our customers! Whether you like flat crust or deep dish so deep you can't cut through it, + the Codingdojo pizzeria has something you and all of your friends can agree on. Using only the + freshest ingredients the Bay area has to offer, the Codingdojo pie will be sure to debug your hunger! +
+
+
+