Skip to content
Open
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
74 changes: 73 additions & 1 deletion great-idea/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,76 @@ h1, h2, h3, h4, h5 {
margin-bottom: 15px;
}

/* Copy and paste your work from yesterday here and start to refactor into flexbox */
/* Copy and paste your work from yesterday here and start to refactor into flexbox */
html {
display: flex;
width: 90%;
margin: 0 auto;
}
.container {
display: flex;
padding-top: 5px;
padding-left: 100px;

}
.item1 {
display: flex;
width: 50%;
color:lightgrey;
font-size: 20px;
margin-top: 10px;
justify-content: space-around;



}
.item2 {
margin-left: 10%;

}
.box {
display: flex;
}
.sec{
display: inline-block;
font-size: 100px;
margin-right: 1%;
margin-top: 5%;
width: 49%;
text-align: center;
margin-bottom: 20%;
margin-top: 10%;

}
.Get {
font-size: 30px;
background-color: white;
}
.Features {
border-top: 1px solid;
border-bottom: 1px solid;
padding-top: 5%;
padding-bottom: 5%;
}
.Cap {
width: 49%;
display: inline-block;
padding-bottom: 4%;

}
.Star {
width: 32%;
display: inline-block;

padding-top: 4%;
}
.CR {
text-align: center;
padding-bottom: 4%;
}
h2 {
padding-top: 3%;
}
.middle-img {
width: 100%;
}
64 changes: 60 additions & 4 deletions great-idea/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,67 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>

<html>
<body>

<!-- Copy and paste your HTML from the first UI project here -->

<header>
<nav class = "container">
<div class = item1>
<a href="http://127.0.0.1:5500/UI-III-Flexbox/great-idea/services.html">Services</a>
<a>Product</a>
<a>Vision</a>
<a>Features</a>
<a>About</a>
<a>Contact</a>
</div>
<img class="item2" src="img/logo.png" alt="Great Idea! Company logo.">
</nav>
</header>
<section>
<div class = 'box'>
<div class="sec">
<h1 class='Innovation'>Innovation<br>ON</br> DEMAND</br></h1>
<button class ="Get">Get Started</button>
</div>
<div class ="sec">
<img class= "Fire" src="img/header-img.png" alt="Image of a code snippet.">
</div>
</div>
</section>
<section>
<div class = 'Features'>
<div class = "Cap">

<h2>Features</h2>
<p>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.</p>
</div>
<div class = 'Cap'>
<h2>About</h2>
<p>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.</p>
</div>
<img class="middle-img" src="img/mid-page-accent.jpg" alt="Image of code snippets across the screen">
<div class ="Star">
<h2>Services</h2>
<p>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.</p>
</div>
<div class = "Star">
<h2>Product</h2>
<p>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.</p>
</div>
<div class = "Star">
<h2>Vision</h2>
<p>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.</p>
</div>
</div>
</section>
</section>

<footer>
<h2>Contact</h2>
<pre>123 Way 456 Street Somewhere, USA</pre>
<br>1 (888) 888-8888</br>
<br>[email protected]</br>

<div class="CR">Copyright Great Idea! 2018</div>
</footer>
</body>
</html>
114 changes: 114 additions & 0 deletions great-idea/services.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
*
{
box-sizing: border-box;
padding-left: 2%;
margin-right: 2%;
}

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;
}


nav {
display: flex;
justify-content: space-evenly;
}
a {
display: flex;
color:gray;
justify-content: space-between;
font-size: 20px;
margin: 2%;
}
.bigimg{
width: 95%;

}
.Services{
border-bottom: 1px solid;
width: 100%;

}
.box1{
display: flex;
justify-content: space-evenly;
}
.box2{
display: flex;
}
.box3 {
display: flex;
}
.digital {
border: 1px solid;
background: whitesmoke;
margin: 2%;
width: fit-content;
}
.UX {
border: 1px solid;
background: whitesmoke;
margin: 2%;
width: fit-content;
}
.Marketing {
border: 1px solid;
background: whitesmoke;
margin: 2%;
width: fit-content;
}
.WB {
border: 1px solid;
background: whitesmoke;
margin: 2%;
width: fit-content;
}
.iOS {
border: 1px solid;
background: whitesmoke;
margin: 2%;
width: fit-content;
}
.Android {
border: 1px solid;
background: whitesmoke;
margin: 2%;
width: fit-content;
}
button {
display: inline-flex;
background-color:white ;
padding: 20px;
margin-bottom: 10px;
margin: 5px;

}
.bottom {
display: flex;
justify-content: space-evenly;
border-top: 1px solid;
}
.Facts {
display: flex;
flex-direction: column;
width: 45%;


}
.Img3{
display: flex;
width: fit-content;
justify-content: right;
}
.CR {
text-align: center;
margin: 2%;
}
Loading