diff --git a/img/rd.png b/img/rd.png new file mode 100644 index 0000000..2df11f0 Binary files /dev/null and b/img/rd.png differ diff --git a/index.html b/index.html index 504dc31..e8aabd6 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,68 @@ - - - - - - - - - - + + + + + + + The Duck + + + +
+

The Yellow Rubber Duck

+

"Life is always better with a Yellow Rubber Duck" -A bloke in the pub

+
+
+ + +
+
+

There are many reasons to own a Yellow Rubber Duck

+
+ +

Some great reasons are:

+ +

But not only these

+

They also:

+ + +
+

+ Notable Yellow Rubber Ducks +

+ + + +
+ +
+

And a song about Yellow Rubber Ducks

+ +
+ + + + + + + +

+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..0861bd6 --- /dev/null +++ b/style.css @@ -0,0 +1,53 @@ +html { + background-color: green; + /* text-align: center; */ +} + +header { + color: yellow; + text-align: center; + +} + +header p { + color: black; +} + +em { + font-weight: 700; +} + +body { + display: block; + font-size: large; + text-align: center; +} + +main { + margin-top: 50px; + text-align: center; +} +h3 h2 h4 {text-align: center;} + +main { + margin-top: 50px; + text-align: center; +} + +ul { + text-align: center; + list-style-position: inside; + font-weight: 500; + font-size: large; +} + +ul:first-child li:first-child { + color: yellow; + +} + +img { + display: inline; + width: 300px; + height: 250px; +} \ No newline at end of file