aboutsummaryrefslogtreecommitdiff
path: root/start/about.css
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-01 00:24:20 -0400
committerUnknown <Alee14498@gmail.com>2017-10-01 00:24:20 -0400
commit78f3c0e9893d36e0ce039c2b79ede8a92ebe468a (patch)
tree8479930f9372a1e9998b6750651565cf52b81ca8 /start/about.css
parentd8ba59582c137de474789690e777d8c029e08fe6 (diff)
downloadwindows8online-78f3c0e9893d36e0ce039c2b79ede8a92ebe468a.tar.gz
windows8online-78f3c0e9893d36e0ce039c2b79ede8a92ebe468a.tar.bz2
windows8online-78f3c0e9893d36e0ce039c2b79ede8a92ebe468a.zip
Adding the code
Diffstat (limited to 'start/about.css')
-rw-r--r--start/about.css14
1 files changed, 14 insertions, 0 deletions
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