Skip to content

Commit

Permalink
essential changes made - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
C0nfu5ing-5pring committed Nov 15, 2023
1 parent dbca73f commit 539a54a
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 5 deletions.
Binary file added images/connect-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/gallery-background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/introduction-background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/timeline-background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 id="title" class="col-lg-12 col-md-12 col-sm-12">Lionel Messi: The G.O.A.T</
target="_blank">Javier Mascherano</a></p>
</div>
<hr id="divider">
<h1 id="title" class="col-lg-12 col-md-12 col-sm-12">Introduction</h1>
<h1 id="title-2" class="col-lg-12 col-md-12 col-sm-12">Introduction</h1>
<div id="tribute-info">
<p><span class="yellow-color">Lionel Messi</span>, born on June 24, 1987, in Rosario, <span
class="blue-color">Argentina</span>, is widely
Expand Down Expand Up @@ -68,7 +68,7 @@ <h1 id="title" class="col-lg-12 col-md-12 col-sm-12">Introduction</h1>
</p>
</div>
<hr id="divider">
<h1 id="title" class="col-lg-12 col-md-12 col-sm-12">Timeline</h1>
<h1 id="title-3" class="col-lg-12 col-md-12 col-sm-12">Timeline</h1>
<div id="timeline">
<ul>
<li>
Expand Down Expand Up @@ -316,7 +316,7 @@ <h1 id="title" class="col-lg-12 col-md-12 col-sm-12">Timeline</h1>
</ul>
<hr id="divider">
</div>
<h1 id="title" class="col-lg-12 col-md-12 col-sm-12">Gallery</h1>
<h1 id="title-4" class="col-lg-12 col-md-12 col-sm-12">Gallery</h1>
<div class="gallery">
<div class="box"><img src="images/gallery-image-1.jpg" alt="Messi with World Cup in his hands."
loading="lazy"></div>
Expand Down Expand Up @@ -358,7 +358,7 @@ <h1 id="title" class="col-lg-12 col-md-12 col-sm-12">Gallery</h1>
<div class="box"><img src="images/gallery-image-20.jpg" alt="The Messi Nation." loading="lazy"></div>
</div>
<hr id="divider">
<h1 id="title" class="col-lg-12 col-md-12 col-sm-12">Connect with Messi</h1>
<h1 id="title-5" class="col-lg-12 col-md-12 col-sm-12">Connect with Messi</h1>
<div class="connect col-lg-12 col-md-12 col-sm-6">
<a href="https://twitter.com/TeamMessi" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="16"
height="16" fill="currentColor" class="bi bi-twitter-x connect-logo" viewBox="0 0 16 16">
Expand Down
54 changes: 53 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ svg {
font-family: 'Clash Display', sans-serif;
}

/**title**/
/**titles**/

#title {
font-family: 'Clash Display', sans-serif;
Expand All @@ -89,6 +89,58 @@ svg {
margin-top: 30px;
}

#title-2 {
font-family: 'Clash Display', sans-serif;
font-weight: 700;
font-size: 60px;
color: transparent;
background: url('images/introduction-background.jpg') center/cover no-repeat;
-webkit-background-clip: text;
background-clip: text;
text-align: center;
margin: 20px;
margin-top: 30px;
}

#title-3 {
font-family: 'Clash Display', sans-serif;
font-weight: 700;
font-size: 60px;
color: transparent;
background: url('images/timeline-background.jpg') center/cover no-repeat;
-webkit-background-clip: text;
background-clip: text;
text-align: center;
margin: 20px;
margin-top: 30px;
}

#title-4 {
font-family: 'Clash Display', sans-serif;
font-weight: 700;
font-size: 60px;
color: transparent;
background: url('images/gallery-background.jpg') center/cover no-repeat;
-webkit-background-clip: text;
background-clip: text;
text-align: center;
margin: 20px;
margin-top: 30px;
}

#title-5 {
font-family: 'Clash Display', sans-serif;
font-weight: 700;
font-size: 60px;
color: transparent;
background: url('images/connect-background.png') center/cover no-repeat;
-webkit-background-clip: text;
background-clip: text;
text-align: center;
margin: 20px;
margin-top: 30px;
}

/**img-div**/

.img-div {
Expand Down

0 comments on commit 539a54a

Please sign in to comment.