diff --git a/css/main.css b/css/main.css index ebd0ebd..511934f 100644 --- a/css/main.css +++ b/css/main.css @@ -94,7 +94,37 @@ textarea { /* ========================================================================== Author's custom styles ========================================================================== */ +.header { + width: 300px; + height: 25px; + background-color: #5A68A5; + border-radius: 10px; +} + +img { + width: 200px; + float: right; +} + +h1 { + font-family: Verdana, sans-serif; + font-size: 18px; + text-align: center; + color: #ffffff; +} +p { + font-family: Tahoma, sans-serif; +} + +li { + font-family: Tahoma, sans-serif; + list-style-type: square; +} + +input { + width: 280px; +} diff --git a/index.php b/index.php new file mode 100644 index 0000000..68baace --- /dev/null +++ b/index.php @@ -0,0 +1,49 @@ + + + + + PHP! Intro + + + +

+ + +

+

Generate a list: + +

+

Things you can do: + $thing"; + } + unset($thing); + ?> +

+

This jumbled sentence will change every time you click Submit!

+

+ +

+ + \ No newline at end of file