From 7b3c9a3af2a65be2653a274977d56e72954b1054 Mon Sep 17 00:00:00 2001 From: Manjunath CV Date: Tue, 24 Dec 2013 23:55:10 +0530 Subject: [PATCH] Cleaned Code and added Style Sheet --- index.php | 20 +++++++------------- style.css | 10 +++++++++- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/index.php b/index.php index e7c0591..af11214 100644 --- a/index.php +++ b/index.php @@ -2,22 +2,21 @@ - Torrage + + + + + +

Torrage

- - - - - -
diff --git a/style.css b/style.css index ee6fb27..3ccef14 100644 --- a/style.css +++ b/style.css @@ -1 +1,9 @@ -http://www.tdl.com/~jrb/jrb7/css_textfield0.html \ No newline at end of file +/* CSS layout */ + +body{ + margin: 5px; + padding: 5px; + font-family: 'Voces', cursive; +} + +/*http://www.tdl.com/~jrb/jrb7/css_textfield0.html */ \ No newline at end of file -- 2.39.5