From c77686349956cd75c0c0e7875473b6835c62aefe Mon Sep 17 00:00:00 2001 From: Aman Singh Date: Thu, 25 Jul 2019 15:05:13 +0530 Subject: [PATCH] Week-1 done Review --- Week-1/index.html | 68 ++++++++++++++++++++++ Week-1/resource/download.png | Bin 0 -> 497 bytes Week-1/style/style.css | 106 +++++++++++++++++++++++++++++++++++ 3 files changed, 174 insertions(+) create mode 100644 Week-1/index.html create mode 100644 Week-1/resource/download.png create mode 100644 Week-1/style/style.css diff --git a/Week-1/index.html b/Week-1/index.html new file mode 100644 index 0000000..3a266f5 --- /dev/null +++ b/Week-1/index.html @@ -0,0 +1,68 @@ + + + + +
+ +
+
+
+
+
+ +
+
+

Title One

+
Posted on 2 July 2019
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +
+
+
+
+
+ +
+
+

Title One

+
Posted on 2 July 2019
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +
+
+
+
+
+ +
+
+

Title One

+
Posted on 2 July 2019
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +
+
+
+
+
+

Select Category

+
+ +

Subscribe

+ +
+
+
+
+ + diff --git a/Week-1/resource/download.png b/Week-1/resource/download.png new file mode 100644 index 0000000000000000000000000000000000000000..473ef9d92e24a75e615f9c28c39f5a7b68b3fd71 GIT binary patch literal 497 zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN8Ax*GDtQ1YvjCqE*M^3M>gwvfd-onWa^%dJ zGgq!$si>&9b?a7faq+HQyWYHcbK$~;J$v^2`}gm}i4%A3+s;V&DrBm_nzIq_0NfqCTCBZY&u)U+RA@e{GEBd z?UD7XE`%>!?-bv8Z(F|JxJiuG4SXEO7flcTNT{4jDXM{an^LB{Ts5^2`J# literal 0 HcmV?d00001 diff --git a/Week-1/style/style.css b/Week-1/style/style.css new file mode 100644 index 0000000..7e3f687 --- /dev/null +++ b/Week-1/style/style.css @@ -0,0 +1,106 @@ +i{ + color:#FFFFFD + font-size: 20px; +} +img{ + width: 100%; +} +#head{ + margin-left: 16px; + padding-top: 16px; + color:#FFFFFD;" +} +#{ +margin-left: 16px; +color:#FFFFFD; +font-size: 0.7em; +} +body{ + margin:0px; + height:100% +} +header{ + padding-bottom: 10px; + border-width: 0.1px; + background-color:#273854; +} +.rightcols{ + margin-top:16px +} +footer{ + position: fixed; + bottom: 0; + width: 100%; + border-width: 0.1px; + background-color:#273854; + color:#FFFFFD; +} +main{ + display: flex; + height: 80%; + margin: 0px; + border-width: 0.1px; + +} +.left-container{ + width: 75%; + height: 100%; +} +.right-container{ + width: 25%; +} +.cols{ + display: flex; + width: 100%; + overflow: hidden; + height: 30%; +} +#btnsubscribe{ + background-color: #242424; + color: #FFFFFD; +} +.col-picture{ + margin-top: 16px; + margin-left: 32px; + width: 16%; +} + +/* h5{ +margin: 5px; +} */ +.col-content{ + width: 75%; + margin-top: 16px; + margin-bottom: 0px; + padding-bottom: 0px; + margin-left: 22px; +} +#ddlnewschannel{ + width: 50%; +} +h4{ + padding: 0px; + margin: 0px; + margin-bottom:2px; +} +h6{ + padding: 0px; + margin: 0px; +margin-bottom:5px; +} + +p{ + padding: 0px; + margin: 0px; +margin-bottom:5px; +} + +#foot{ + margin:10px; + text-align:center; +} +#btn{ + background-color: #C75D48; + margin-bottom:5px + +}