+ Offering a workable and carefully curated curriculum to cater to a variety of students and equip them the necessary web development skills they need to become a coding literate.
+
+
+
+
+
+
+
+
+
What is a Developer Career Program?
+
+ The Developer Career Program is inclusive of in-depth modules on static and dynamic web applications, with emphasis on the development of well-designed integrated software. The course covers key concepts on full-stack web development, including Responsive Web Design, Rapid Prototyping and Product Deployments.
+
+
STILL HAVE A QUESTION?
+
+ Our career advisors are here to answer any questions you may have. Meet with them by booking one of our free seminars, and learn all the finer details of our web development course.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/groupwork/frontend/s10/discussion/index.css b/groupwork/frontend/s10/discussion/index.css
deleted file mode 100644
index 84ab3e5..0000000
--- a/groupwork/frontend/s10/discussion/index.css
+++ /dev/null
@@ -1,5 +0,0 @@
-* {
- padding: 0;
- margin: 0;
- box-sizing: border-box;
-}
\ No newline at end of file
diff --git a/groupwork/frontend/s10/discussion/index.html b/groupwork/frontend/s10/discussion/index.html
deleted file mode 100644
index 064e54c..0000000
--- a/groupwork/frontend/s10/discussion/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
- Document
-
-
-
-
-
\ No newline at end of file
diff --git a/individual/frontend/s10/discussion/index.css b/individual/frontend/s10/discussion/index.css
index 84ab3e5..c8d02dd 100644
--- a/individual/frontend/s10/discussion/index.css
+++ b/individual/frontend/s10/discussion/index.css
@@ -2,4 +2,27 @@
padding: 0;
margin: 0;
box-sizing: border-box;
-}
\ No newline at end of file
+}
+.img-float {
+ width: 300px;
+ height: 300px;
+ float: inherit;
+ margin: 2rem;
+}
+.parent-element {
+ background-color: skyblue;
+ padding: 10px;
+}
+.child-one {
+ background-color: gray;
+ padding: 10px;
+}
+.child-two {
+ background-color: yellow;
+ padding: 10px;
+}
+.child-three {
+ background-color: gray;
+ padding: 10px;
+}
+
diff --git a/individual/frontend/s10/discussion/index.html b/individual/frontend/s10/discussion/index.html
index 064e54c..3fa78ef 100644
--- a/individual/frontend/s10/discussion/index.html
+++ b/individual/frontend/s10/discussion/index.html
@@ -4,9 +4,36 @@
- Document
+ CSS Common Positioning Properties
-
-
+
+
+ The Float property is used for positioning and formatting content. e g.
+ Let an image float left to the text in a container.
+
+
+
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Nulla earum autem exercitationem natus minima repellendus corporis officia aliquid! Quaerat dolores aspernatur maiores? Molestias, adipisci soluta! Incidunt exercitationem quidem dolorem culpa?
+ Quas, repudiandae? Explicabo deleniti dicta, eveniet ducimus sunt voluptatem ut obcaecati. Repellendus, ipsum cupiditate ea alias magni quia enim nihil quam cum voluptatem sapiente tempora, nam, dolores soluta aspernatur. Sequi.
+ Distinctio incidunt nemo ipsa in. Quae repellat ut hic sit maiores. Repellat ad tempore beatae soluta ullam in provident odit esse magnam, quibusdam quasi temporibus repudiandae sunt a aliquam modi!
+ Excepturi quos enim iure quidem consequuntur, at delectus unde in, inventore est perspiciatis numquam dignissimos deserunt aperiam fugiat ducimus perferendis nostrum recusandae architecto et commodi sed? Ratione cum enim provident.
+ Laboriosam alias assumenda qui, atque aspernatur ut omnis debitis itaque tempora! Ullam consequatur perferendis ab provident deleniti officia, aliquid reiciendis nobis dolorum repudiandae vitae, debitis blanditiis asperiores! Possimus, voluptatem nam.
+