summaryrefslogtreecommitdiffstats
path: root/Html/Style.css
diff options
context:
space:
mode:
Diffstat (limited to 'Html/Style.css')
-rw-r--r--Html/Style.css51
1 files changed, 51 insertions, 0 deletions
diff --git a/Html/Style.css b/Html/Style.css
new file mode 100644
index 0000000..9f72910
--- /dev/null
+++ b/Html/Style.css
@@ -0,0 +1,51 @@
+h1
+{
+ color: blue;
+}
+
+h2
+{
+ color: red;
+}
+
+@font-face
+{
+ font-family: 'OMGDatpolice';
+ src: url('AlexBrush-Regular.ttf');
+}
+
+body
+{
+ font-family: OMGDatpolice, Verdana;
+}
+
+body
+{
+ font-size: 1.3em;
+}
+
+
+body
+{
+ background-color: #FF69B4;
+}
+
+table {
+ border: 3px solid blue;
+}
+
+tr {
+ border: 1px solid blue;
+}
+
+td {
+ border: 3px solid blue;
+}
+
+th {
+ border: 3px solid blue;
+}
+
+pre {
+ white-space:nowrap;
+}