diff --git a/Web Development/task_1/Amisha/Screenshot (198).png b/Web Development/task_1/Amisha/Screenshot (198).png new file mode 100644 index 00000000..bd49839f Binary files /dev/null and b/Web Development/task_1/Amisha/Screenshot (198).png differ diff --git a/Web Development/task_1/Amisha/index.css b/Web Development/task_1/Amisha/index.css new file mode 100644 index 00000000..fa6970a2 --- /dev/null +++ b/Web Development/task_1/Amisha/index.css @@ -0,0 +1,86 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: 'Poppins', sans-serif; + } + + .container{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; + margin: 40px 20px 0 20px; + } + + .container .heading{ + width: 50%; + padding-bottom: 50px; + } + .container .heading h3{ + font-size: 3em; + font-weight: bolder; + padding-bottom: 10px; + border-bottom: 3px solid rgb(234, 49, 178); + } + + .container .heading h3 span{ + font-weight: 100; + } + .container .box{ + display: flex; + flex-direction: row; + justify-content: space-between; + } + + .container .box .dream{ + display: flex; + flex-direction: column; + width: 32.5%; + } + + .container .box .dream img{ + width: 100%; + padding-bottom: 15px; + border-radius: 5px; + } + + .container .btn{ + margin: 40px 0 70px 0; + background: rgb(76, 167, 247); + padding: 15px 40px ; + border-radius: 5px; + } + + .container .btn a{ + color: rgb(33, 237, 74); + font-size: 1.2em; + text-decoration: none; + font-weight: bolder; + letter-spacing: 3px; + } + + @media only screen and (max-width: 769px){ + .container .box{ + flex-direction: column; + } + + .container .box .dream{ + width: 100%; + } + + + + + + } + + @media only screen and (max-width: 643px){ + .container .heading{ + width: 100%; + } + .container .heading h3{ + font-size: 1em; + + } \ No newline at end of file diff --git a/Web Development/task_1/Amisha/index.html b/Web Development/task_1/Amisha/index.html new file mode 100644 index 00000000..d76540cc --- /dev/null +++ b/Web Development/task_1/Amisha/index.html @@ -0,0 +1,28 @@ + + + + + + + + + + + + Amisha + + + Remote photo + Remote photo + Remote photo + Remote photo + Remote photo + Remote photo + Remote photo + + diff --git a/open_source/Git1/Asit_Sahoo.txt b/open_source/Git1/Asit_Sahoo.txt deleted file mode 100644 index e5c46c54..00000000 --- a/open_source/Git1/Asit_Sahoo.txt +++ /dev/null @@ -1,4 +0,0 @@ -Asit Sahoo -2102070053 -Electronics and Telecommunication Engineering -playing cricket, listening music,Drawing,Dancing. \ No newline at end of file