diff --git a/1_mtsk3fQ_BRemFidhkel3dA.png b/1_mtsk3fQ_BRemFidhkel3dA.png
new file mode 100644
index 0000000..f969dbc
Binary files /dev/null and b/1_mtsk3fQ_BRemFidhkel3dA.png differ
diff --git a/css/style.css b/css/style.css
index e69de29..fa7b180 100644
--- a/css/style.css
+++ b/css/style.css
@@ -0,0 +1,64 @@
+:root{
+ background-color: rgb(228, 253, 255);
+
+}
+*{
+ margin: 10px;
+ padding: 0;
+}
+header{
+ background-color: blue;
+ margin-bottom: 40px;
+ text-align: right;
+
+
+}
+.header{
+color: rgb(255, 0, 0);
+
+}
+.head H1{
+ padding-top: 20px;
+ padding-left: 20px;
+}
+.menu{
+ margin-left: 5px;
+ text-decoration: none;
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+
+}
+
+ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 10;
+ overflow: hidden;
+
+ }
+
+ li {
+ float: right;
+ }
+
+ li a {
+ display: block;
+ color: black;
+ text-align: center;
+ padding: 14px 16px;
+ text-decoration: none;
+ }
+
+.content h1{
+ font-family: monospace;
+}
+
+.content p{
+ font-family: Verdana, Geneva, Tahoma, sans-serif;
+}
+
+.content img{
+ width: 500px;
+ height: 210px;
+}
\ No newline at end of file
diff --git a/home.png b/home.png
new file mode 100644
index 0000000..4c1f9c7
Binary files /dev/null and b/home.png differ
diff --git a/image1.jpg b/image1.jpg
new file mode 100644
index 0000000..37e41fa
Binary files /dev/null and b/image1.jpg differ
diff --git a/image2.jpg b/image2.jpg
new file mode 100644
index 0000000..8857552
Binary files /dev/null and b/image2.jpg differ
diff --git a/image3.jpg b/image3.jpg
new file mode 100644
index 0000000..e976274
Binary files /dev/null and b/image3.jpg differ
diff --git a/index.html b/index.html
index 3db679e..40a83aa 100644
--- a/index.html
+++ b/index.html
@@ -2,20 +2,69 @@
+
+
HTML
+

+
HTML (HyperText Markup Language) is the code that is used to structure a web page and its content.
+ For example, content could be structured within a set of paragraphs,
+ a list of bulleted points, or using images and data tables.
+
+
+
+
CSS
+

+
CSS (Cascading Style Sheets) is used to style and layout web pages — for example,
+ to alter the font, color, size, and spacing of your content, split it into multiple columns,
+ or add animations and other decorative features.
+
+
+
+
GIT and Github
+

+
Git is a version control system that lets you manage and keep track of your source code history.
+ GitHub is a cloud-based hosting service that lets you manage Git repositories.
+ If you have open-source projects that use Git, then GitHub is designed to help you better manage them.
+
+
+
+
Javascript
+

+
JavaScript is the world's most popular programming language.
+ JavaScript is the programming language of the Web. JavaScript is easy to learn.
+
+
+
+