nevermind

This commit is contained in:
Lucas Kent 2022-11-16 10:32:42 -05:00 committed by GitHub
parent 6ea9533c06
commit e51ed02bfe
2 changed files with 0 additions and 14 deletions

View File

@ -17,7 +17,6 @@
<h2>Home</h2> <h2>Home</h2>
<img src="imgs/zuck.jpg" alt="Mark Zuckerberg Chilling" style="width:300px;height:300px;" srcset="" class="broider"> <img src="imgs/zuck.jpg" alt="Mark Zuckerberg Chilling" style="width:300px;height:300px;" srcset="" class="broider">
<p class="double">Welcome to my Website.</p> <p class="double">Welcome to my Website.</p>
<a href='./index.html'><button class="button:active>Home</button></a>
<a href='./sitemap.html'><button class="button">Sitemap</button></a> <a href='./sitemap.html'><button class="button">Sitemap</button></a>
</body> </body>
<style> <style>

View File

@ -25,16 +25,3 @@ display: none;
-ms-overflow-style: none; -ms-overflow-style: none;
scrollbar-width: none; scrollbar-width: none;
} }
.buttontwo {
padding: 15px 25px;
font-size: 24px;
text-align: center;
cursor: pointer;
outline: none;
color: #fff;
background-color: #3e8e41;
border: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}