diff --git a/.idea/ResponsiveDesign.iml b/.idea/ResponsiveDesign.iml
new file mode 100644
index 0000000..24643cc
--- /dev/null
+++ b/.idea/ResponsiveDesign.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..36e3314
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..292a580
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,202 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1515828123621
+
+
+ 1515828123621
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WinterBatch2018/Yogesh/Column Drop/CloumnDrop.html b/WinterBatch2018/Yogesh/Column Drop/CloumnDrop.html
new file mode 100644
index 0000000..43ab43a
--- /dev/null
+++ b/WinterBatch2018/Yogesh/Column Drop/CloumnDrop.html
@@ -0,0 +1,24 @@
+
+
+
+
+ ColumnDrop
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WinterBatch2018/Yogesh/Column Drop/styleColumnDrop.css b/WinterBatch2018/Yogesh/Column Drop/styleColumnDrop.css
new file mode 100644
index 0000000..b6810bc
--- /dev/null
+++ b/WinterBatch2018/Yogesh/Column Drop/styleColumnDrop.css
@@ -0,0 +1,90 @@
+.big-box{
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ width: 100%;
+ height: 1000px;
+}
+.box1{
+ width: 100%;
+ height: 1000px;
+}
+.box2{
+ width: 100%;
+ height: 200px;
+ background-color: aqua;
+}
+.subbox1{
+ width: 100%;
+ height: 70%;
+ background-color: darkblue;
+}
+.subbox2{
+ width: 100%;
+ height: 30%;
+ background-color: blue;
+}
+
+@media screen and (min-width: 500px) and (max-width: 1000px){
+ .box1{
+ width: 600px;
+ }
+.subbox1{
+ height: 50%;
+}
+ .subbox2{
+ height: 50%;
+ }
+ .box2{
+ height: 300px;
+ }
+}
+
+@media screen and (min-width: 1000px) and (max-width: 1400px){
+ .big-box{
+ width: 1000px;
+ /*flex-wrap: wrap;*/
+ margin: auto auto;
+ justify-content: center;
+ }
+.box1{
+ height: 65%;
+ display: flex;
+
+}
+ .subbox1{
+ width: 30%;
+ height: 100%;
+ }
+ .subbox2{
+ width: 70%;
+ height: 100%;
+ }
+ .box2{
+ height: 35%;
+ }
+}
+@media screen and (min-width: 1400px) {
+ .big-box{
+ width: 100%;
+ max-width: 1400px;
+ margin: auto auto;
+ }
+ .box1{
+ width: 66%;
+ height: 100%;
+ display: flex;
+ }
+ .subbox1{
+ width: 50%;
+ height: 100%;
+ }
+ .subbox2{
+ width: 50%;
+ height: 100%;
+ }
+ .box2{
+ width: 34%;
+ height: 100%;
+ }
+}
\ No newline at end of file
diff --git a/WinterBatch2018/Yogesh/README.txt b/WinterBatch2018/Yogesh/README.txt
new file mode 100644
index 0000000..4e44fad
--- /dev/null
+++ b/WinterBatch2018/Yogesh/README.txt
@@ -0,0 +1,2 @@
+WINTER BATCH 2018
+NAME : YOGESH MEENA