diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a97fa56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +*.swp diff --git a/css/style.css b/css/style.css new file mode 100755 index 0000000..6b67400 --- /dev/null +++ b/css/style.css @@ -0,0 +1,136 @@ +/* =============================================================================================== */ +a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp { +font-size: 100%; +border: 0px none; +margin: 0px 0px 0px 0px; +padding: 0px 0px 0px 0px; +} +html, body { +height: 100%; +} +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { +display: block; +} +b, strong { +font-weight: bold; +} +img { +font-size: 0px; +color: transparent; +vertical-align: middle; +-ms-interpolation-mode: bicubic; +} +ol, ul { +list-style: none; +} +li { +display: list-item; +} +table { +border-spacing: 0px 0px; +border-collapse: collapse; +} +th, td, caption { +text-align: left; +vertical-align: top; +font-weight: normal; +} +blockquote, q { +quotes: none; +} +blockquote:before, blockquote:after, q:before, q:after { +content: ""; +content: none; +} +sub, sup, small { +font-size: 75%; +} +sub, sup { +line-height: 0px; +position: relative; +vertical-align: baseline; +} +sub { +bottom: -3px; +} +sup { +top: -6px; +} +svg { +overflow: hidden; +} +/* =============================================================================================== */ +body, code, h1, h2, h3, h4, h5, h6, pre { +font: 13px/16px Arial, Tahoma, Verdana, sans-serif; +} +hr { +clear: both; +height: 0px; +border: 0px none; +border-top-width: 1px; +} +ol { +list-style: decimal; +} +ul { +list-style: disc; +} +li { +margin-left: 30px; +} +p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure { +margin-bottom: 16px; +} +/* =============================================================================================== */ + +body { + background: url(../images/wood.png); +} + +#page { + color: #233138; + width: 80%; + margin-top: 1% !important; + padding-top: 1%; + padding-left: 4%; + padding-right: 4%; + padding-bottom: 4%; + margin: 0 auto; + background: url(..//images/paper.png); +} + +h1 { + font-size: 5em; + line-height: normal; + font-family: 'Lobster', cursive; + padding-bottom: 4%; +} + +.question { + font-size: 2.5em; + line-height: normal; + font-family: 'Open Sans Condensed', sans-serif; + display: inline; +} + +.answer { + color: #3700C3; + font-size: 2em; + line-height: 1.75em; + font-family: 'Bad Script', cursive; + display: inline; +} + +ul { + list-style-type: none; +} + +ul li:before { + content: "—"; + position: relative; + left: -5px; +} + +ul li { + text-indent:-5px; +} diff --git a/images/paper.png b/images/paper.png new file mode 100755 index 0000000..fe703c4 Binary files /dev/null and b/images/paper.png differ diff --git a/images/wood.png b/images/wood.png new file mode 100755 index 0000000..37fcd07 Binary files /dev/null and b/images/wood.png differ diff --git a/index.html b/index.html new file mode 100755 index 0000000..580e6df --- /dev/null +++ b/index.html @@ -0,0 +1,89 @@ + + +
+ +