Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovit-Mathew236 committed Oct 22, 2023
1 parent 634b5aa commit 6795461
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions css/events.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap');
.section-with-overlay {
position: relative;
background-color: #000000;
Expand Down Expand Up @@ -56,14 +57,16 @@

.coming-soon h2{
position: relative;
color: #FFA500;
font-size: 5em;
-webkit-box-reflect: below -0px linear-gradient(transparent,#0008);


color: #ffa500;
font-size:60px;
/* -webkit-box-reflect: below 0px linear-gradient(transparent,#0008); */
-webkit-text-stroke: 3px #fff;
font-weight: 600;
text-shadow: 0 0 10px #ff8c3b,

text-shadow: 0 0 10px #ff8c3b,;
background: #ffa500;
/* background: url('https://i.pinimg.com/originals/1b/de/6e/1bde6e85c5e1665e0c4094c0cf0e2362.jpg') rgba(255, 165, 0, 0.90); */
width: 100vw;
background-size: contain;


}
Expand Down Expand Up @@ -113,10 +116,10 @@
.coming-soon-text {
position: relative;
text-transform: capitalize;
color: #FFA500;
color: #ffa50087;
font-size: 2.3em;
-webkit-box-reflect: below -0px linear-gradient(transparent,#0008);

-webkit-text-stroke: 2px #fff;

font-weight: 600;
text-shadow: 0 0 10px #ff8c3b, /* Text color for "Coming Tomorrow" */
Expand Down
2 changes: 1 addition & 1 deletion css/templatemo-festava-live.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ strong {
/* background-color: var(--p-color); */
border-radius: var(--border-radius-large);
border-bottom: 0;
padding: 15px;
padding: 5px;
margin-bottom: 25px;
border: 1px solid #fff;
}
Expand Down

0 comments on commit 6795461

Please sign in to comment.