added hanging card, and made title name "pop-out"
This commit is contained in:
+19
-6
@@ -24,14 +24,16 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<i class="mdi mdi-desktop-classic mdi-48px px-4"></i>
|
||||
<h1>TOMODACHI</h1>
|
||||
<div class="site-title">
|
||||
<i class="mdi mdi-desktop-classic mdi-48px px-4"></i>
|
||||
<h1>TOMODACHI</h1>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<section id="hero-img" class="container-fluid p-5">
|
||||
<div class="row">
|
||||
<div class="col-md-3" id="signup-box">
|
||||
<h4>Keep updated</h4>
|
||||
<h4 class="txt-lt">Keep updated</h4>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5 class="card-subtitle">Tell us about you</h5>
|
||||
@@ -91,18 +93,29 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 offset-1" id="ovly-text">
|
||||
<div class="col-6 offset-1 txt-lt">
|
||||
<h4>The Retro Renaissance is Here!</h4>
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas exercitationem impedit nobis delectus aliquam.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="pitch-bar" class="container-fluid">
|
||||
<section id="pitch-bar" class="container-fluid txt-lt bg-drk">
|
||||
<div class="row">
|
||||
<div class="col-md-5">
|
||||
<div class="col-md-5 txt-lt">
|
||||
<h3>Powerful 16-bit Computing, in an Affordable Package!</h3>
|
||||
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Fuga velit nesciunt id error nobis iste sequi hic voluptates ut cupiditate.</p>
|
||||
</div>
|
||||
<div class="col-7">
|
||||
<div class="card hanging-card">
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item">lorem3</li>
|
||||
<li class="list-group-item">lorem3</li>
|
||||
<li class="list-group-item">lorem3</li>
|
||||
<li class="list-group-item">lorem3</li>
|
||||
<li class="list-group-item">lorem3</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
@@ -9,16 +9,22 @@
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: var(--dark-bg);
|
||||
height: 10vh;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.site-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-family: "DEADCRT";
|
||||
background-color: var(--dark-bg);
|
||||
/* background-color: var(--dark-bg); */
|
||||
color: white;
|
||||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
padding-top: 1em;
|
||||
height: 10vh;
|
||||
width: 100vw;
|
||||
/* height: 10vh; */
|
||||
/* width: 100vw; */
|
||||
padding-bottom: 1em;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
@@ -26,7 +32,7 @@ header {
|
||||
}
|
||||
|
||||
main {
|
||||
margin-top: 10vh;
|
||||
/* margin-top: 10vh; */
|
||||
height: 500vh;
|
||||
}
|
||||
|
||||
@@ -41,7 +47,21 @@ main {
|
||||
}
|
||||
|
||||
#pitch-bar {
|
||||
min-height: 30vh;
|
||||
height: 30vh;
|
||||
background-color: var(--dark-bg);
|
||||
color: var(--light-text);
|
||||
}
|
||||
|
||||
.txt-lt {
|
||||
color: var(--light-text);
|
||||
}
|
||||
|
||||
.bg-drk {
|
||||
background-color: var(--dark-bg);
|
||||
}
|
||||
|
||||
.hanging-card {
|
||||
min-height: 36vh;
|
||||
position: relative;
|
||||
top: 10vh;
|
||||
}
|
||||
Reference in New Issue
Block a user