Skip to content

Instantly share code, notes, and snippets.

@chandresh
Created July 2, 2013 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chandresh/5908994 to your computer and use it in GitHub Desktop.
Save chandresh/5908994 to your computer and use it in GitHub Desktop.
Class/home work
----------
Continued from last task:
1. Make sure you have only one h1 in your document.
2. Give Color (of your choice) to your page background.
3. h1, h2 apply color.
4. Give a border to image (dashed border, 2 px)
5. Give font-size of 14px for all the elements.
6. But for H1 the font-size should be 20px, h2 it should be 18 px.
7. Try giving table heading row different color than the rest of the table.
@ssnravi
Copy link

ssnravi commented Dec 14, 2013

<!doctype html>

<title>Fake Resume</title>

Resume

Ravi suraeni
Mail: ravi.suraneni@gmail.com
Moble: 3027458275

Education:

Degree Subjects Percent
B.Sc Maths, Statistics, Computers 70
M.Sc Statistics 80

Hobbies:

  • Playing Cricket
  • Watching Movies

Experience:

  1. Working for Novartis from Nov 2009 to till date.
  2. Worked for Pfizer from Aug 2006 to Oct 2009.
  3. Workded foe Sristek from Nov 2004 to Jul 2006.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment