Skip to content

Commit

Permalink
Sample Boxes for BBT
Browse files Browse the repository at this point in the history
  • Loading branch information
devhrvx committed Apr 1, 2024
1 parent 1ac66a9 commit 9302e4b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
30 changes: 24 additions & 6 deletions universe.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body {

/* Track */
::-webkit-scrollbar-track {
border-radius: 5px;
background: #fcfcfcae;
}

Expand Down Expand Up @@ -207,8 +208,8 @@ a:hover {
align-items: normal;
align-content: normal;
flex-direction: row;
/* border-top: 3px white solid; */
/* border: 5px white solid; */
/* border-top: 3px white solid;
border: 5px white solid; */
border-radius: 3px;
width: 90%;
margin: 0 auto;
Expand All @@ -217,7 +218,7 @@ a:hover {
padding: 0;
}
.bang-ppl {
height: 170vh;
height: 85vh;
}
.ppl-title, .ppl-title2, .bangppl-hdr {
display: flex;
Expand All @@ -242,7 +243,8 @@ a:hover {
/* border: 5px white solid; */
height: fit-content;
}
.ppl-1, .ppl-2, .ppl-3, .ppl-4, .ppl-5, .ppl-6 {
.ppl-1, .ppl-2, .ppl-3, .ppl-4, .ppl-5, .ppl-6, .per-one, .per-two, .per-three {
overflow-y: hidden;
filter: brightness(90%);
padding: 30px 6px 6px 6px;
line-height: 20px;
Expand Down Expand Up @@ -294,17 +296,33 @@ a:hover {
background-size: 100%;
transition: .5s ease-in-out;
}
.ppl-1:hover, .ppl-2:hover, .ppl-3:hover, .ppl-4:hover, .ppl-5:hover, .ppl-6:hover {
.per-one {
background-image: url("images/richard-tolman.jpg");
background-size: 100%;
transition: .5s ease-in-out;
}
.per-two {
background-image: url("images/MIT.jpg");
background-size: 100%;
transition: .5s ease-in-out;
}
.per-three {
background-image: url("images/ruth.jpeg");
background-size: 100%;
transition: .5s ease-in-out;
}
.ppl-1:hover, .ppl-2:hover, .ppl-3:hover, .ppl-4:hover, .ppl-5:hover, .ppl-6:hover, .per-one:hover, .per-two:hover, .per-three:hover {
margin-top: -15px;
filter: brightness(85%);
color: white;
text-shadow: 0 0 5px black;
overflow-y: hidden;
overflow-y: scroll;
background-size: 100%;
background-color: #ffff001d;
transition: .5s ease-in-out;
}
#h-p {
line-height: 45px;
font-family: "Plus Jakarta Sans", sans-serif;
font-weight: bolder;
font-size: 40px;
Expand Down
4 changes: 2 additions & 2 deletions universe.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
</div>
<div class="bang-ppl">
<div class="bangppl-hdr">The Big Bang Theory Scientists</div>
<div class="per-one"></div>
<div class="per-one"><span id="h-p">Georges Lemaître</span><br><br><br><br>Georges Lemaître (born July 17, 1894, Charleroi, Belgium—died June 20, 1966, Leuven) was a Belgian astronomer and cosmologist who formulated the modern big-bang theory. <br><br>Georges Lemaître, the first scientist that present the Big Bang theory in 1927. Famed as the Father of Big Bang. Lemaître was a Belgian priest who theorized that the expansion of the universe began with the explosion of a single particle at a definite point in time faster than the speed of light. He conclude that the universe itself was expanding. He proposed the primeval atom. A primeval atom was a single particle and he argued that the universe began with this single particle that gave birth to our entire cosmos and concluded that a creation had occurred.
</div>
<div class="per-two"></div>
<div class="per-three"></div>
<div class="per-four"></div>
</div>
<!-- <a href="Planets.html">
<img src="images/spacee.png" alt="Clickable Image"> <p>Click The universe to proceed in Solar System.</p> -->
Expand Down

0 comments on commit 9302e4b

Please sign in to comment.