diff --git a/Web Development Python Projects/6.1 Font Properties/font-family.html b/Web Development Python Projects/6.1 Font Properties/font-family.html new file mode 100644 index 0000000..76d331a --- /dev/null +++ b/Web Development Python Projects/6.1 Font Properties/font-family.html @@ -0,0 +1,49 @@ + + + +
+ +Helvetica
+Arial
+Serif
+Sans Serif
+Cursive
+Monospace
+Fantasy
+ + + + \ No newline at end of file diff --git a/Web Development Python Projects/6.1 Font Properties/font-size.html b/Web Development Python Projects/6.1 Font Properties/font-size.html new file mode 100644 index 0000000..30ee9bd --- /dev/null +++ b/Web Development Python Projects/6.1 Font Properties/font-size.html @@ -0,0 +1,43 @@ + + + + +1 Pixel is 1/96 of an Inch
+1 Point is 1/72 of an Inch
+ + + + \ No newline at end of file diff --git a/Web Development Python Projects/6.1 Font Properties/goal.png b/Web Development Python Projects/6.1 Font Properties/goal.png new file mode 100644 index 0000000..45e2fef Binary files /dev/null and b/Web Development Python Projects/6.1 Font Properties/goal.png differ diff --git a/Web Development Python Projects/6.1 Font Properties/index.html b/Web Development Python Projects/6.1 Font Properties/index.html new file mode 100644 index 0000000..91144dd --- /dev/null +++ b/Web Development Python Projects/6.1 Font Properties/index.html @@ -0,0 +1,63 @@ + + + + +Color
+Font Size
+Font Weight
+Font Family
+Text Align
+ + + + + \ No newline at end of file diff --git a/Web Development Python Projects/6.1 Font Properties/solution.html b/Web Development Python Projects/6.1 Font Properties/solution.html new file mode 100644 index 0000000..a541bf7 --- /dev/null +++ b/Web Development Python Projects/6.1 Font Properties/solution.html @@ -0,0 +1,59 @@ + + + + + +Color
+Font Size
+Font Weight
+Font Family
+Text Align
+ + + \ No newline at end of file