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.
+ +diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..6f3a2913e1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/css/index.css b/css/index.css index 0c9959c1e5..eae04cc3c3 100644 --- a/css/index.css +++ b/css/index.css @@ -1,3 +1,237 @@ -/* Use your own code or past solution for Great Idea Web Page CSS here! */ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + 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; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +/* Set every element's box-sizing to border-box */ +* { + box-sizing: border-box; +} + +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 */ +html { + margin: 40px; +} + + +header { + display: flex; + justify-content: space-evenly; + + flex-direction: row; +} + +header nav { + display: flex; + justify-content: space-between; + width: 100%; + + align-items: center; + margin-right: 2%; +} + + + +.container a { + + text-decoration: none; + color: gray; + +} + +.cta { + display: flex; + margin-bottom: 30px; + justify-content: space-evenly; + align-items: center; + +} + +.cta-text { + text-align: center; +} + +h1 { + text-align: center; + font-size: 70px; +} + +.top-content { + display: flex; + width: 100%; + border-top: 1px solid black; + padding-top: 40px; + padding-bottom: 30px; + padding: 2%; + +} + +.middle-img { + width: 100%; +} + + +.bottom-content { + display: flex; + + border-bottom: 1px solid black; + margin-top: 40px; + padding-bottom: 40px; +} + +.copyright { + display: flex; + justify-content: center; + margin-right: 1000px; +} + +.contact { + margin-top: 40px; +} + +.number { + padding-top: 10px; + padding-bottom: 10px; +} + +footer p { + text-align: center; +} + +@media (max-width:800px) { + .circle-img { + display: none; + } + + header { + flex-direction: column-reverse; + align-items: center; + } + + .logo { + width: 200px; + align-items: center; + padding-bottom: 20px; + } +} + +@media (max-width: 500px){ + .top-content { + flex-direction: column; + } + + .bottom-content { + flex-direction: column; + } + + .text-content { + padding-top: 30px; + } + + nav { + flex-direction: column; + } + + header { + flex-direction: column-reverse; + align-items: center; + } + + .container a { + border-bottom: 1px solid black; + + padding: 10px; + width: 100%; + } + + a { + text-align: center; + } + + .logo { + width: 50%; + } + +} + +@media (max-width: 700px) and (min-width: 600px) { + .circle-img { + display: none; + } + + header { + flex-direction: column-reverse; + align-items: center; + } + + .logo { + width: 200px; + align-items: center; + padding-bottom: 20px; + } + + a { + background-color: blue; + } + + button { + height: 100px; + width: 300px; + background-color: blue; + } +} \ No newline at end of file diff --git a/index.html b/index.html index 476b4b8cb9..8291849416 100644 --- a/index.html +++ b/index.html @@ -5,12 +5,115 @@
+
+
+
+ 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.
+ +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.
+ +
+
+ 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.
+ +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.
+ +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.
+ +123 Way 456 Street
Somewhere, USA
1 (888) 888-8888
+sales@greatidea.io
+ +