diff --git a/Web Development Python Projects/6.3 CSS Box Model/goal.png b/Web Development Python Projects/6.3 CSS Box Model/goal.png new file mode 100644 index 0000000..9635d65 Binary files /dev/null and b/Web Development Python Projects/6.3 CSS Box Model/goal.png differ diff --git a/Web Development Python Projects/6.3 CSS Box Model/index.html b/Web Development Python Projects/6.3 CSS Box Model/index.html new file mode 100644 index 0000000..55c681b --- /dev/null +++ b/Web Development Python Projects/6.3 CSS Box Model/index.html @@ -0,0 +1,67 @@ + + + + + + CSS Box Model + + + + + +
+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam at sapien porttitor urna elementum lacinia. In + id magna pulvinar, ultricies lorem id, vehicula elit. Aliquam eu luctus nisl, vitae pellentesque magna. Phasellus + dolor metus, laoreet ac convallis sit amet, efficitur sed dolor. +

+
+ +
+

+ +

+
+ +
+

+ +

+
+ + + + \ No newline at end of file diff --git a/Web Development Python Projects/6.3 CSS Box Model/solution.html b/Web Development Python Projects/6.3 CSS Box Model/solution.html new file mode 100644 index 0000000..664b8a5 --- /dev/null +++ b/Web Development Python Projects/6.3 CSS Box Model/solution.html @@ -0,0 +1,52 @@ + + + + + + CSS Box Model + + + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam at sapien porttitor urna elementum lacinia. In + id magna pulvinar, ultricies lorem id, vehicula elit. Aliquam eu luctus nisl, vitae pellentesque magna. Phasellus + dolor metus, laoreet ac convallis sit amet, efficitur sed dolor.

+
+
+ +
+
+ +
+ + + \ No newline at end of file