Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Teyo06 committed Apr 5, 2024
1 parent ece593e commit 9c29017
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Studio</title>
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<!--Header section-->
Expand All @@ -26,7 +27,7 @@ <h1><a href="#">WebStudio</a></h1>

<section>
<div>
<h2>EFFECTIVE SOLUTIONS FOR YOUR BUSINESS</h2>
<h1>EFFECTIVE SOLUTIONS FOR YOUR BUSINESS</h1>
<button type="button">Request our service</button>
</div>
</section>
Expand Down Expand Up @@ -76,12 +77,16 @@ <h6>Tyler Moore</h6>
</main>
<!--footer section-->
<footer>
<h3>WebStudio</h3>
<h3><a href="#">WebStudio</a></h3>
<div>
<ul>
<li>695 Park Ave, NY 10065, USA</li>
<li>[email protected]</li>
<li>+1 212-772-4150</li>
<li>
<address>
<a href="mailto:[email protected]">[email protected]</a></li>
<li>
<a href="tel:+1 212-772-4150">+1 212-772-4150</a></li>
</address>
</ul>
</div>

Expand Down
Empty file added styles/styles.css
Empty file.

0 comments on commit 9c29017

Please sign in to comment.