aboutsummaryrefslogtreecommitdiff
path: root/desktop/assets/stylesheets/html.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 /desktop/assets/stylesheets/html.css
parentd8ba59582c137de474789690e777d8c029e08fe6 (diff)
downloadwindows8online-78f3c0e9893d36e0ce039c2b79ede8a92ebe468a.tar.gz
windows8online-78f3c0e9893d36e0ce039c2b79ede8a92ebe468a.tar.bz2
windows8online-78f3c0e9893d36e0ce039c2b79ede8a92ebe468a.zip
Adding the code
Diffstat (limited to 'desktop/assets/stylesheets/html.css')
-rw-r--r--desktop/assets/stylesheets/html.css99
1 files changed, 99 insertions, 0 deletions
diff --git a/desktop/assets/stylesheets/html.css b/desktop/assets/stylesheets/html.css
new file mode 100644
index 0000000..5522001
--- /dev/null
+++ b/desktop/assets/stylesheets/html.css
@@ -0,0 +1,99 @@
+/* `HTML5 Reset
+----------------------------------------------------------------------------------------------------*/
+
+a,
+abbr,
+address,
+article,
+aside,
+audio,
+b,
+blockquote,
+body,
+caption,
+cite,
+code,
+dd,
+del,
+dfn,
+dialog,
+div,
+dl,
+dt,
+em,
+fieldset,
+figure,
+footer,
+form,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+header,
+hgroup,
+hr,
+html,
+i,
+iframe,
+img,
+ins,
+kbd,
+label,
+legend,
+li,
+mark,
+menu,
+menu,
+nav,
+object,
+ol,
+p,
+pre,
+q,
+samp,
+section,
+small,
+span,
+strong,
+sub,
+sup,
+table,
+tbody,
+td,
+tfoot,
+th,
+thead,
+time,
+tr,
+ul,
+var,
+video {
+ border: 0;
+ margin: 0;
+ outline: 0;
+ padding: 0;
+}
+
+html,
+body {
+ height: 100%;
+}
+
+img {
+
+}
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+th,
+td,
+caption {
+ font-weight: normal;
+ vertical-align: top;
+ text-align: left;
+} \ No newline at end of file