welcome to my first webpage ™

⛹ (🕸☃)=Käsesoßenrührlöffel

boogle schmangle € ♥

Beautiful nature

This is an image saved to my drive ©

This is beautiful, we should build,I mean, leave in peace and go to a racetrack, like this one ®

Check out this bird page 2

LISTS CODE: Lists

    Here are my favorite places to eat:
  1. Taco Bell
  2. Chipotle
  3. Raising Cane's
  4. Pizza Hut
  5. Panda Express

Using Divs
Hi
.div2 { background-color: yellow; font-size: 28px; color: red; height: 300px; }

First line of text with a background color

Second line of text with a different font and a different background color

Third line of text with a third font and a third background color

CSS:@charset "utf-8"; /* CSS Document */ .bigblue { font-size: 40px; font-family: "Open Sans", Arial, sans-serif; } .div1 { background-color: gray; font-size: 32px; height: 100px; } .div2 { background-color: yellow; font-size: 28px; color: red; height: 300px; } .div3 { background-color: lightblue; font-size: 24px; color: darkgreen; height: 250px; text-align: center; } CSS: