I don't understand what you mean by "according to specifications" -- yours or a client?
Your site is empty -- what I mean is, there's nothing there that would entice anyone to visit for Tourism; you need to have alot of useful info, photos, etc, to keep the visitors interested.
The gradient background is just fine IMO, and you do have a few code warnings to clean up:
Code:
line 73 column 24 - Warning: <img> element not empty or not closed
line 77 column 9 - Warning: missing </span> before <h1>
line 78 column 5 - Warning: inserting implicit <span>
line 78 column 33 - Warning: unescaped & which should be written as &
line 78 column 53 - Warning: <br> element not empty or not closed
line 78 column 76 - Warning: <br> element not empty or not closed
line 78 column 93 - Warning: discarding unexpected </span>
line 94 column 12 - Warning: missing <li>
line 109 column 3 - Warning: replacing <p> by <br>
line 109 column 3 - Warning: inserting implicit <br>
line 109 column 3 - Warning: <br> element not empty or not closed
line 13 column 2 - Warning: <script> inserting "type" attribute
line 77 column 9 - Warning: trimming empty <span>
line 108 column 7 - Warning: trimming empty <p>
|