From a306dd547714703cc4f22719f5495de885977ff2 Mon Sep 17 00:00:00 2001
From: dipeshkoirala
Date: Wed, 19 Feb 2020 22:38:53 -0500
Subject: [PATCH 1/2] lecture day for retrospective form fillup copy of
yesterday's project
---
great-idea/css/index.css | 266 ++++++++++++++++++++++++++++++++-------
great-idea/index.html | 84 ++++++++++++-
2 files changed, 307 insertions(+), 43 deletions(-)
diff --git a/great-idea/css/index.css b/great-idea/css/index.css
index a6445bd842..d33e6671d6 100644
--- a/great-idea/css/index.css
+++ b/great-idea/css/index.css
@@ -3,64 +3,246 @@
License: none (public domain)
*/
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed,
-figure, figcaption, footer, header, hgroup,
-menu, nav, output, ruby, section, summary,
-time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
+html,
+body,
+div,
+span,
+applet,
+object,
+iframe,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+p,
+blockquote,
+pre,
+a,
+abbr,
+acronym,
+address,
+big,
+cite,
+code,
+del,
+dfn,
+em,
+img,
+ins,
+kbd,
+q,
+s,
+samp,
+small,
+strike,
+strong,
+sub,
+sup,
+tt,
+var,
+b,
+u,
+i,
+center,
+dl,
+dt,
+dd,
+ol,
+ul,
+li,
+fieldset,
+form,
+label,
+legend,
+table,
+caption,
+tbody,
+tfoot,
+thead,
+tr,
+th,
+td,
+article,
+aside,
+canvas,
+details,
+embed,
+figure,
+figcaption,
+footer,
+header,
+hgroup,
+menu,
+nav,
+output,
+ruby,
+section,
+summary,
+time,
+mark,
+audio,
+video {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ font-size: 100%;
+ font: inherit;
+ vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
-article, aside, details, figcaption, figure,
-footer, header, hgroup, menu, nav, section {
- display: block;
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+menu,
+nav,
+section {
+ display: block;
}
body {
- line-height: 1;
+ line-height: 1;
}
-ol, ul {
- list-style: none;
+ol,
+ul {
+ list-style: none;
}
-blockquote, q {
- quotes: none;
+blockquote,
+q {
+ quotes: none;
}
-blockquote:before, blockquote:after,
-q:before, q:after {
- content: '';
- content: none;
+blockquote:before,
+blockquote:after,
+q:before,
+q:after {
+ content: "";
+ content: none;
}
table {
- border-collapse: collapse;
- border-spacing: 0;
+ border-collapse: collapse;
+ border-spacing: 0;
}
/* Set every element's box-sizing to border-box */
* {
- box-sizing: border-box;
+ box-sizing: border-box;
}
-html, body {
- height: 100%;
- font-family: 'Titillium Web', sans-serif;
+html,
+body {
+ height: 100%;
+ font-family: "Titillium Web", sans-serif;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5 {
+ font-family: "Bangers", cursive;
+ letter-spacing: 1px;
+ margin-bottom: 15px;
+}
+
+/* Copy and paste your work from yesterday here and start to refactor into flexbox */
+/* Set every element's box-sizing to border-box */
+* {
+ box-sizing: border-box;
}
-h1, h2, h3, h4, h5 {
- font-family: 'Bangers', cursive;
- letter-spacing: 1px;
- margin-bottom: 15px;
+html,
+body {
+ height: 100%;
+ font-family: "Titillium Web", sans-serif;
}
-/* Copy and paste your work from yesterday here and start to refactor into flexbox */
\ No newline at end of file
+h1,
+h2,
+h3,
+h4,
+h5 {
+ font-family: "Bangers", cursive;
+ letter-spacing: 1px;
+ margin-bottom: 15px;
+}
+
+/* Your code starts here! */
+* {
+ display: border-box;
+}
+html {
+ margin: 0 10%;
+ width: 900px;
+ /* border: 2px solid red;*/
+}
+
+header nav {
+ /* border: 5px solid red;*/
+ padding: 20px;
+ margin: 10px;
+ /*width: 600px;*/
+ display: inline-block;
+ font-size: 18px;
+}
+a {
+ margin: 10px;
+ padding: 10px;
+}
+.logo {
+ display: inline-block;
+}
+
+.top {
+ /*border: 2px solid green;*/
+ display: inline-block;
+ width: 420px;
+ margin: 10px;
+ padding: 10px;
+
+ text-align: center;
+ vertical-align: middle;
+ padding: 50px;
+}
+.topc {
+ border-bottom: 2px dotted black;
+ margin-bottom: 20px;
+}
+.title {
+ margin: 20px 0;
+ margin-bottom: 20px;
+ align-items: center;
+}
+h1 {
+ font-size: 50px;
+}
+
+.c {
+ display: inline-block;
+ /* border: 3px dotted blue;*/
+ width: 420px;
+ margin: 10px;
+ padding: 10px;
+ line-height: 1.5;
+}
+
+.line {
+ margin: 20px;
+ border-top: 2px dotted black;
+ border-bottom: 2px dotted black;
+}
+.l {
+ /*border: 2px solid blue;*/
+ display: inline-block;
+ padding: 2px;
+ margin: 10px;
+ width: 264px;
+ text-align: center;
+}
+.copy {
+ text-align: center;
+}
diff --git a/great-idea/index.html b/great-idea/index.html
index c5f374a238..0df9d2697a 100644
--- a/great-idea/index.html
+++ b/great-idea/index.html
@@ -17,7 +17,89 @@
-
+
+
+
+
+
+ Innovation
+ On Demand
+
+ Get Started
+
+
+
+
+
+
+
+
+
Features Aliquam elementum magna eros, ac posuere elvit tempus et.
+ Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare
+ nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+
+
+
+ About
+
+ Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel
+ tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam
+ convallis augue justo, at imperdiet metus scelerisque quis.
+
+
+
+
+
+ Services
+
+ Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel
+ tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam
+ convallis augue justo, at imperdiet metus scelerisque quis.
+
+
+
+ Product
+
+ Aliquam elementum magna eros, ac posuere elvit tempus et.
+ Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare
+ nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+
+
+
+ Vision
+
+ Aliquam elementum magna eros, ac posuere elvit tempus et.
+ Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare
+ nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+
+
+
+
+
+