diff --git a/week3/2-website/index.html b/week3/2-website/index.html index 60b1afe1..a8461364 100644 --- a/week3/2-website/index.html +++ b/week3/2-website/index.html @@ -1,16 +1,181 @@ - - - - - - Responsive Cake webpage - + My Cake + + + + + + + + +
+ Responsive image + + + +
+ +
+
+
+
Cake World
+

+ Order cake for dessert + Or to celebrate a birthday + An accomplishment + Or anniversary + No one bats an eye + But order cake for breakfast? + Might just incite a riot +
+ There is a time and place for cake + Society has deemed it so + We are not the rulers of our own lives + (Though we could be) + Instead our culture dictates + The rules of life + Steak for breakfast or for dinner + But not lunch + Bread goes with every meal + Eggs and bacon are for the morning + But at night is a nice treat - on occasion + Beer after five + But it’s five o’clock somewhere +

+
+
+
+ P-cake +
+
+ icing-cake +
+
+ brown-cake +
+
+
+
+
+
+
+ +
+

Giving Clients a good experience. The very essence of esoteric taste that connects ovation with splendour...

+
+
+
+
+
+
+
+
+
+ Section-image +

Chocolate

+
+
+
+
+ Section-image +

Baby Shower

+
+
+
+
+ Section-image +

D-Cocktail

+
+
+
+
+ Section-image +

I-Compromise

+
+
+
+
+ Section-image +

Renaissance

+
+
+
- - + + - - \ No newline at end of file + diff --git a/week3/2-website/style.css b/week3/2-website/style.css index 6de1b356..91d7141d 100644 --- a/week3/2-website/style.css +++ b/week3/2-website/style.css @@ -1 +1,22 @@ -/* Add your styling here */ +.column:hover, .demo-content:hover { + transform: scale(1.1); + transition: ease 1s; + +} + +.column { + float: left; + width: 33.33%; + padding: 5px; + } + + .row::after { + content: ""; + clear: both; + display: table; + } + .footer-copyright{ + background-color: rgb(167, 30, 15); + } + + \ No newline at end of file