diff --git a/Task1/README.md b/Task1/README.md index 2bd6726..efd2e1a 100644 --- a/Task1/README.md +++ b/Task1/README.md @@ -16,12 +16,11 @@ ## Contributors Follow the guidelines mentioned in [Contribution Guidelines](https://github.com/CodeAsylums-Community/template/blob/main/CONTRIBUTIONS.md) -- Contributor Name -- Contributor Name +- Shweta ## License [](http://badges.mit-license.org)
With :heart: by CodeAsylums -
\ No newline at end of file + diff --git a/Task1/Shweta/index.html b/Task1/Shweta/index.html new file mode 100644 index 0000000..7191947 --- /dev/null +++ b/Task1/Shweta/index.html @@ -0,0 +1,88 @@ + + + + + + +With :heart: by CodeAsylums -
\ No newline at end of file + diff --git a/Task2/Shweta/faded.mp4 b/Task2/Shweta/faded.mp4 new file mode 100644 index 0000000..314ead0 Binary files /dev/null and b/Task2/Shweta/faded.mp4 differ diff --git a/Task2/Shweta/lovemelikeudo.mp4 b/Task2/Shweta/lovemelikeudo.mp4 new file mode 100644 index 0000000..363512b Binary files /dev/null and b/Task2/Shweta/lovemelikeudo.mp4 differ diff --git a/Task2/Shweta/styleIt.css b/Task2/Shweta/styleIt.css new file mode 100644 index 0000000..4a42534 --- /dev/null +++ b/Task2/Shweta/styleIt.css @@ -0,0 +1,49 @@ +* { + box-sizing: border-box; + } + + .container { + border-radius: 5px; + background-color: #f2f2f2; + padding: 20px; + } + + .col-width-25 { + float: right; + width: 25%; + margin-top: 6px; + align-content: center; + } + + .col-width-75 { + float: left; + width: 75%; + margin-top: 6px; + align-content: center; + } + + .row:after { + content: ""; + display: table; + clear: both; + } + + /* Responsive- when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */ + @media screen and (max-width: 600px) { + .col-25, .col-75, input[type=submit] { + width: 100%; + margin-top: 0; + } + } + +p { + text-align: center; + margin-top: 15px; + align-items: center; +} + +video { + max-width: 100%; + height: auto; + } + \ No newline at end of file diff --git a/Task2/Shweta/videos.html b/Task2/Shweta/videos.html new file mode 100644 index 0000000..2323137 --- /dev/null +++ b/Task2/Shweta/videos.html @@ -0,0 +1,63 @@ + + + + + + +