diff --git a/Design 36_2023_part2/Images/img1.png b/Design 36_2023_part2/Images/img1.png
new file mode 100644
index 0000000..6146ebf
Binary files /dev/null and b/Design 36_2023_part2/Images/img1.png differ
diff --git a/Design 36_2023_part2/Images/img2.png b/Design 36_2023_part2/Images/img2.png
new file mode 100644
index 0000000..f0e0a7c
Binary files /dev/null and b/Design 36_2023_part2/Images/img2.png differ
diff --git a/Design 36_2023_part2/index.html b/Design 36_2023_part2/index.html
new file mode 100644
index 0000000..cae5de8
--- /dev/null
+++ b/Design 36_2023_part2/index.html
@@ -0,0 +1,38 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+
tstudy
+
Upgrade your skills for better future
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Design 36_2023_part2/style.css b/Design 36_2023_part2/style.css
new file mode 100644
index 0000000..12655ac
--- /dev/null
+++ b/Design 36_2023_part2/style.css
@@ -0,0 +1,118 @@
+*
+{
+ margin: 0;
+ padding: 0;
+}
+
+.roboto-regular {
+ font-family: "Roboto", sans-serif;
+ font-weight: 400;
+ font-style: normal;
+ }
+
+.container
+{
+ font-family: "Roboto", sans-serif;
+ height: 100vh;
+ width: 100vw;
+ overflow: hidden;
+}
+
+.upper
+{
+ display: flex;
+}
+
+.upper img
+{
+ width: 68%;
+ margin-top: -15%;
+ margin-left: -12.5%;
+}
+
+
+.text p
+{
+ font-size: 20px;
+ font-weight: 400;
+}
+
+.text h1
+{
+ position: relative;
+ font-size: 31px;
+ top: 10px;
+ font-weight: 400;
+}
+
+.line
+{
+ display: flex;
+ flex-direction: row;
+ position: relative;
+ top: 3%;
+ gap: 20px;
+}
+
+.line1
+{
+ width: 90px;
+ height: 10px;
+ background-color: rgb(182, 127, 25);
+ border-radius: 5px;
+}
+
+.line2
+{
+ width: 70px;
+ height: 10px;
+ background-color: rgb(182, 127, 25);
+ border-radius: 5px;
+}
+
+.lower
+{
+ margin-left: 1%;
+ display: flex;
+ flex-direction: row;
+}
+
+.lower img
+{
+ position: relative;
+ height: 55%;
+ right: -57%;
+ top: -26%;
+ border-radius: 10%;
+}
+
+.foot
+{
+ margin-left: 1%;
+ position: relative;
+ display: flex;
+ flex-direction: row;
+ top: -740px;
+ gap: 20px;
+}
+
+.foot p
+{
+ position: relative;
+ top: 15px;
+ font-weight: 500;
+}
+
+.btn
+{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background-color: black;
+ color: white;
+ padding: 20px;
+ height: 5px;
+ font-family: "Roboto", sans-serif;
+ width: 100px;
+ border-radius: 50px;
+}
\ No newline at end of file