fixed responsive and add profile
This commit is contained in:
@@ -2,49 +2,67 @@
|
||||
main
|
||||
========== */
|
||||
#main {
|
||||
width: 100%;
|
||||
height: 90vh;
|
||||
background: url("../../../assets/img/bg/solid.png") top center;
|
||||
background-size: cover;
|
||||
position: relative;
|
||||
color: #000;
|
||||
}
|
||||
#main:before {
|
||||
content: "";
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
background: url("../../../assets/img/bg/solid.png") top center;
|
||||
background-size: cover;
|
||||
position: relative;
|
||||
color: #000;
|
||||
padding-top: 15%;
|
||||
}
|
||||
#main:before {
|
||||
content: "";
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
#main .container {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
gap: 40px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.info {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
margin: 50px;
|
||||
gap: 20px;
|
||||
}
|
||||
.info div {
|
||||
width: 500px;
|
||||
}
|
||||
.mainfooter {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
background-color: white;
|
||||
}
|
||||
#main .style-none {
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
#main h5 {
|
||||
color: #bb8800;
|
||||
font-size: 20px;
|
||||
}
|
||||
@media (min-width: 1024px) {
|
||||
#main {
|
||||
background-attachment: fixed;
|
||||
}
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
#main .container {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
position: relative;
|
||||
padding-top: 10%;
|
||||
text-align: center;
|
||||
gap: 40px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
#main ul {
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
.info {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
#main h5{
|
||||
color: #bb8800;
|
||||
font-size: 20px;
|
||||
#main h1 {
|
||||
font-size: 18px;
|
||||
line-height: 36px;
|
||||
}
|
||||
@media (min-width: 1024px) {
|
||||
#main {
|
||||
background-attachment: fixed;
|
||||
}
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
#main {
|
||||
height: 80vh;
|
||||
}
|
||||
#main h1 {
|
||||
font-size: 18px;
|
||||
line-height: 36px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -81,11 +81,13 @@
|
||||
<!-- End Header -->
|
||||
|
||||
<!-- ======= Main Section ======= -->
|
||||
<main id="main" class="d-flex align-items-center justify-content-center">
|
||||
<main id="main">
|
||||
<div class="container" data-aos="fade-up">
|
||||
|
||||
<div
|
||||
class="row justify-content-center"
|
||||
class=" justify-content-center"
|
||||
data-aos="fade-up"
|
||||
data-aos-delay="150"
|
||||
>
|
||||
<div class="col-12 bg-opacity-50 rounded-3 text-start text-white">
|
||||
<h4 class="mb-3"><strong>Actuaria</strong></h5>
|
||||
@@ -105,13 +107,13 @@
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="row justify-content-center"
|
||||
class="justify-content-center"
|
||||
data-aos="fade-up"
|
||||
data-aos-delay="150"
|
||||
>
|
||||
<div class="col-12 bg-light bg-opacity-50 rounded-3 text-start p-5">
|
||||
<h5 class="mb-3"><strong>Contacto</strong></h5>
|
||||
<ul>
|
||||
<ul class="style-none">
|
||||
<li>Lorem, ipsum dolor.</li>
|
||||
<li>Lorem ipsum dolor sit amet.</li>
|
||||
<li>Lorem ipsum dolor sit amet.</li>
|
||||
@@ -133,6 +135,38 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mainfooter">
|
||||
|
||||
<div class="info">
|
||||
<div>
|
||||
<h5>Perfil profesional</h5>
|
||||
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dicta repellat culpa repellendus nostrum incidunt! Voluptatibus, repellendus ex ullam aliquid inventore saepe modi explicabo labore quos officia hic quis, consequatur omnis?</p>
|
||||
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos porro optio minima et natus velit, tempore distinctio molestias dolor fuga nam ratione, quas beatae nemo.</p>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<h5>Caracteristicas y habilidades del estudiante</h5>
|
||||
|
||||
<ul>
|
||||
<li>Lorem ipsum dolor sit amet.</li>
|
||||
<li>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ipsam?</li>
|
||||
<li>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Debitis!</li>
|
||||
<li>Lorem ipsum dolor sit amet consectetur.</li>
|
||||
<li>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Sunt nulla vel nesciunt?</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>campol Laboral</h4>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
<!-- End #main -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user