Skip to content

Commit

Permalink
performance changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhat-shubham committed Aug 23, 2024
1 parent fd2ebc0 commit 0822da8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
Binary file added img/heroname.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@

<div class="row">
<div class="left-sec">
<h1 class="first-txt">CODELITE </h1>
<H1 class="sec-txt">2024</H1>
<img class="first-txt" src="/img/heroname.png">
<!-- <h1 class="first-txt">CODELITE</h1> -->
<!-- <H1 class="sec-txt">2024</H1> -->
<p class="running-txt">
CODE | CREATE | CONQUER
</p>
Expand Down
13 changes: 11 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,16 +178,24 @@ body {

}

.hero .row .left-sec h1 {
/* .hero .row .left-sec h1 { */
/* height: 100px;
font-size: 6rem;
letter-spacing: 5px;
font-family: aquirebold;
margin: 0;
color: #0AB5D2;
text-shadow: 1px 0px 10px #bb14e0;
animation: glow1 8s infinite; */
.first-txt{
margin: 0px 50px;
/* border-style: double; */
border-radius: 20px;
backdrop-filter: blur(10px);
height: 200px;
animation: glow1 8s infinite;
}

}
@keyframes glow1 {

0%,
Expand Down Expand Up @@ -220,6 +228,7 @@ body {
color: #00D8ED;
font-weight: 600;
margin: 10px 0;
font-family: poppins;

}

Expand Down

0 comments on commit 0822da8

Please sign in to comment.