diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..fe39bc8acf --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "[markdown]": { + "editor.quickSuggestions": false, + "editor.autoClosingBrackets": false, +"editor.suggestOnTriggerCharacters": false, + } +} diff --git a/great-idea/css/index.css b/great-idea/css/index.css index a6445bd842..ed50b31b51 100644 --- a/great-idea/css/index.css +++ b/great-idea/css/index.css @@ -63,4 +63,78 @@ h1, h2, h3, h4, h5 { margin-bottom: 15px; } -/* Copy and paste your work from yesterday here and start to refactor into flexbox */ \ No newline at end of file +/* Copy and paste your work from yesterday here and start to refactor into flexbox */ + +nav{ + display: flex; + justify-content: space-evenly; +} +nav a{ + text-decoration: none; + color: grey; +} + +header{ + display: flex; + justify-content: space-around; + font-size: 75px; + text-align: center; +} + +.serviceHeaderImage{ + margin: 0px 10%; +} + +.serviceheaderDiv{ + margin: 0px 10%; +} + +header div{ + padding: 7%; +} + +section{ + display: flex; + justify-content: space-around; +} + +section div{ + margin: 10px; + padding: 10px; + width: 30%; + +} + +.service{ + border: 1px solid black; + + background-color: lightgrey; +} + +button{ + height: 15%; + width: 30%; + border-radius: 5px; + margin: 10px 0px; + border: 1px solid black; +} + +.services-header-img{ + width: 100%; +} + +.services-info-img{ + width: 100%; +} + + +@media only screen and (max-width: 600px) { + body { + background-color: lightblue; + } + .AllServices, .service, .mediaquery{ + display: flex; + flex-direction: column; + width: 100%; + } + } \ No newline at end of file diff --git a/great-idea/index.html b/great-idea/index.html index c5f374a238..3bc7dbd215 100644 --- a/great-idea/index.html +++ b/great-idea/index.html @@ -16,8 +16,90 @@
- - - + + +
+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. +