From 47de36715db051854e638edac166db9b4c96d984 Mon Sep 17 00:00:00 2001 From: jiteshjha Date: Wed, 15 Jun 2016 16:31:04 +0530 Subject: style to object parsing --- css/common.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'css') diff --git a/css/common.css b/css/common.css index 86a1453..82f5e94 100644 --- a/css/common.css +++ b/css/common.css @@ -1,3 +1,14 @@ +body { + font-family: Arial; +} + +h1 { + font-size: 18px; +} + +h2 { + font-size: 16px; +} div.mxRubberband { position: absolute; overflow: hidden; -- cgit