From 78f3c0e9893d36e0ce039c2b79ede8a92ebe468a Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 1 Oct 2017 00:24:20 -0400 Subject: Adding the code --- start/about.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 start/about.css (limited to 'start/about.css') diff --git a/start/about.css b/start/about.css new file mode 100644 index 0000000..9e38ee5 --- /dev/null +++ b/start/about.css @@ -0,0 +1,14 @@ +body { + font-family: Segoe UI; + margin:20px; +} +#title { + font : normal 48pt Segoe UI Light; + display:inline; +} +h2 { + font:normal 24pt Segoe UI Light; +} +p { + font-size:9pt; +} \ No newline at end of file -- cgit v1.2.3