diff --git a/Sample/training-10-sample/css/style.css b/Sample/training-10-sample/css/style.css new file mode 100644 index 0000000..0b54f1e --- /dev/null +++ b/Sample/training-10-sample/css/style.css @@ -0,0 +1,35 @@ +* { + font-family: Arial, Verdana, sans-serif; +} + +h1 { + font-family: "Courier New", monospace; +} + +i { + color: green; +} + +i { + color: red; +} + +b { + color: pink; +} + +p b { + color: blue !important; +} + +p b { + color: violet; +} + +p#intro { + font-size: 100%; +} + +p { + font-size: 75%; +} \ No newline at end of file diff --git a/Sample/training-10-sample/index.html b/Sample/training-10-sample/index.html new file mode 100644 index 0000000..09288f0 --- /dev/null +++ b/Sample/training-10-sample/index.html @@ -0,0 +1,28 @@ + + + +
+ + + +There are dozens of different + potato varieties. +
+They are usually described as early, second early + and maincrop potatoes.
+They are usually described as early, second early + and maincrop potatoes.
+ + + \ No newline at end of file