Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">

<div id="container">
<div id="inner-container-1">

<div id="colorblock1">
<h1 id="alignment" style="font-weight: 700; color:black; font-size: 1.875rem;font-family: Lato,sans-serif;">Alignment</h1>
<p1 id="para1" style="color:black; font-family: 'Open Sans',sans-serif;">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum<br>
dolore eu fugiat nulla pariatur.</p1>
</div>

<div id="colorblock2">
<h2 id="growth" style="font-weight: 700; color:black; font-size: 1.875rem;font-family: Lato,sans-serif;">Growth</h2>
<p2 id="para1" style="color:black; font-family: 'Open Sans',sans-serif;">Sample text. Click to select the text box. Click again or double click to <br>
start editing the text.</p2>
</div>

<div id="colorblock3">
<h3 id="relevance" style="font-weight: 700; color:black; font-size: 1.875rem;font-family: Lato,sans-serif;">Relevance</h3>
<p3 id="para1" style="color:black; font-family: 'Open Sans',sans-serif;">Sample text. Click to select the text box. Click again or double click to <br>
start editing the text.</p3>
</div>

<h4 id="pix" style="text-align: right; font-size: 1rem; line-height: 1.6;">Image from <u>Freepik</u></h4>


</div>

</div>

<style>

#container {

background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url("./images_and_icons/background_69.jpg");
background-attachment: fixed;
height: 100%;
width: 100%;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: justify;

}

#colorblock1{

background-color:white;
padding: 10px 50px 50px;
margin-bottom: 15px;
margin-left: 600px;
text-align: left;
}

#colorblock2{

background-color:white;
padding: 10px 50px 50px;
margin-bottom: 15px;
margin-left: 600px;
}

#colorblock3{

background-color:white;
padding: 10px 50px 50px;
margin-bottom: 15px;
margin-left: 600px;
}


</style>