Skip to content

Commit

Permalink
Updated background blur and text
Browse files Browse the repository at this point in the history
  • Loading branch information
sivavisves committed May 28, 2024
1 parent 92a82a2 commit 42a8906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ body{
background-image: url(../images/bg_image.png);
background-size: cover;
background-position: center;
filter: blur(5px); /* Adjust the blur value as needed */
filter: blur(8px); /* Adjust the blur value as needed */
z-index: -1; /* Ensure the background is behind the content */
}

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 class="heading">About Us</h1>
<div class="row">
<div class="content">
<h3>We Make <b>YOUR</b> Systems Work!</h3>
<p>Sonic Engineering Services began in June 2019 with a small team of dedicated staff. Through hard work and cooperation, the company has grown steadily, developing a unique style and maintaining high-quality standards. Specializing in automation and repair of injection molding machines, Sonic Engineering Services provides well-analyzed and planned solutions. Committed to long-term, mutually beneficial relationships, the company ensures professional service and top-quality standards.</p>
<p>Sonic Engineering Services began in June 2019 with a small team of dedicated staff. Through hard work and cooperation, the company has grown steadily, developing a unique service and maintaining high-quality standards. Specializing in automation and repair of injection moulding machines, Sonic Engineering Solutions provides well-analyzed and planned solutions. Committed to long-term, mutually beneficial relationships, the company ensures professional service and top-quality standards.</p>
<p>Our team of experts are well versed with the latest technologies and are capable of providing the best solutions to your problems.</p>
</div>
</div>
Expand Down Expand Up @@ -239,7 +239,7 @@ <h4>Designation</h4>
<div class="clients mt-100">
<div class="container">
<div class="section-header">
<h2>Brands We Represent</h2>
<h2>Brands we Represent</h2>
<p>
We don't just consult, we provide you with the equipment you need to suceed.
</p>
Expand Down

0 comments on commit 42a8906

Please sign in to comment.