diff --git a/tomerPolat/index.html b/tomerPolat/index.html
new file mode 100644
index 0000000..a1c0a50
--- /dev/null
+++ b/tomerPolat/index.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+ Tomer_Polat
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tomerPolat/style.css b/tomerPolat/style.css
new file mode 100644
index 0000000..0df64f5
--- /dev/null
+++ b/tomerPolat/style.css
@@ -0,0 +1,51 @@
+* {
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+}
+
+body {
+ font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', 'sans-serif';
+ background-color: #283F50;
+ color: white;
+ height: 100vh;
+}
+
+.profile_picture img {
+ width: 80%;
+ border-radius: 10%;
+ margin-top: 5.625em;
+}
+
+a {
+ color: aliceblue;
+}
+
+a:hover {
+ background-color: #fff;
+ color: #283F50
+}
+
+header {
+ padding: 30px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.intro {
+ padding: 20px;
+ min-width: 300px;
+}
+
+@media (max-width: 512px) {
+ header {
+ padding: 10px;
+ flex-direction: column;
+ }
+
+ header .intro {
+ padding: 30px 0;
+ min-width: unset;
+ }
+}
\ No newline at end of file