diff --git a/src/assets/astronautstream.gif b/src/assets/astronautstream.gif new file mode 100644 index 0000000..635745a Binary files /dev/null and b/src/assets/astronautstream.gif differ diff --git a/src/pages-style/constant.css b/src/pages-style/constant.css index 2f897e8..5975d26 100644 --- a/src/pages-style/constant.css +++ b/src/pages-style/constant.css @@ -1,31 +1,85 @@ +* { + box-sizing: border-box; +} + .container { - display: flex; - height: 100vh; - } - - .column { - flex: 1; - border-left: 1px solid; - padding: 5px; - text-align: center; /* Center the content within each column */ - } - - .column h3 { - margin: 5px 0; - } - - .column p { - text-align: left; /* Justify text to the left within paragraphs */ - margin: 0; /* Remove default margin for paragraphs */ - padding: 0; /* Remove default padding for paragraphs */ - } - - .column ol { - text-align: left; /* Justify text to the left within ordered lists */ - padding-left: 20px; /* Add some left padding for better visual separation */ - } - - .column ol li { - margin-bottom: 8px; /* Adjust margin between list items */ - } - \ No newline at end of file + display: flex; + height: 100vh; +} + +.subContainer{ + display: flex; + height: 100%; +} + +.column { + flex: 1; + border-left: 1px solid; + padding: 0px; + text-align: center; +} + +.column h3 { + margin: 0; +} + +.column p { + text-align: left; + margin: 0; + padding: 0; +} + +.column ol { + text-align: left; + /* Justify text to the left within ordered lists */ + padding-left: 20px; + /* Add some left padding for better visual separation */ +} + +.column ol li { + margin-bottom: 8px; + /* Adjust margin between list items */ +} + +.lmccImg { + max-width: 70%; + /* Adjust this value as needed */ + height: auto; + /* Maintain aspect ratio */ +} + +.header-banner { + background: lightblue; + padding: 5px; + /* Adjust the padding to reduce vertical space */ + height: 40px; + /* Adjust the height to reduce vertical space */ + display: flex; + align-items: center; + justify-content: center; +} + +.smallHB{ + background: lightblue; + height: 30px; + display: flex; + align-items: center; + justify-content: center; + padding: 5px; + margin: 0; +} + +.gif-container { + max-width: 100%; + height: auto; + padding: 0; + margin: 0; +} + +.gif-container img { + display: block; /* Ensure the image behaves as a block element */ + width: 100%; /* Make sure the image takes the full width of its container */ + height: auto; + margin: 0; + padding: 0; +} \ No newline at end of file diff --git a/src/pages/constant.js b/src/pages/constant.js index 199338e..00e5f6e 100644 --- a/src/pages/constant.js +++ b/src/pages/constant.js @@ -1,19 +1,37 @@ import React from 'react'; import './../pages-style/constant.css'; import LMCCMockup from '../assets/LMCC Mockup.png'; +import AstronautGif from '../assets/astronautstream.gif'; function Constant() { return (
This section will display the following:
-This section will display the following:
+