Skip to content

Commit

Permalink
Update Services.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas-Sawant-iffort authored Oct 10, 2024
1 parent 1897adc commit dca60c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Services.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
/* General Page Styling */
body {
font-family: 'Arial', sans-serif;
background: url('https://img.freepik.com/free-vector/seamless-gold-rhombus-grid-pattern-black-background_53876-97589.jpg?t=st=1728554177~exp=1728557777~hmac=0b7119047a6c34dd7734304178368be23f94fb1ecfb4657e6d84923f3f14ce88&w=1480') no-repeat center center fixed;
/* background: url('https://img.freepik.com/free-vector/seamless-gold-rhombus-grid-pattern-black-background_53876-97589.jpg?t=st=1728554177~exp=1728557777~hmac=0b7119047a6c34dd7734304178368be23f94fb1ecfb4657e6d84923f3f14ce88&w=1480') no-repeat center center fixed; */
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%)

background-size: cover;
margin: 0;
padding: 20px; /* Updated for padding */
Expand Down

0 comments on commit dca60c8

Please sign in to comment.