diff --git a/dom_manipulation/button.html b/dom_manipulation/button.html index 790c6e8..2359c54 100644 --- a/dom_manipulation/button.html +++ b/dom_manipulation/button.html @@ -1,16 +1,27 @@ - - JavaScript Button Example + - - - - - - + + JavaScript Button Example + + + +
+ +
+ + + + + \ No newline at end of file diff --git a/html_css/style.css b/html_css/style.css new file mode 100644 index 0000000..7f0116b --- /dev/null +++ b/html_css/style.css @@ -0,0 +1,47 @@ +html +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 10px; +} + +h2 +{ + font-size: 2rem; +} + +ul,ol,dl,p +{ + font-size: 1.5rem; +} + +li, p { + line-height: 1.5; +} + +/* Unordered list styles */ +ul { + padding-left: 2rem; + list-style-type: none; +} + +ul li +{ + padding-left: 2rem; +} + +/* Ordered list styles */ +ol +{ + list-style-type: upper-roman; +} + +/* Description list styles */ +dd, dt +{ + line-height: 1.5; +} + +dt +{ + font-weight: bold; +} \ No newline at end of file diff --git a/html_css/styling-lists.html b/html_css/styling-lists.html index 5efcc09..c481d4b 100644 --- a/html_css/styling-lists.html +++ b/html_css/styling-lists.html @@ -4,58 +4,7 @@ Styling lists - +

Shopping (unordered) list

@@ -94,7 +43,5 @@

Ingredient description list

Green salad
That green healthy stuff that many of us just use to garnish kebabs.
- - \ No newline at end of file