This commit is contained in:
Lucas Kent 2022-12-06 15:24:32 -05:00 committed by GitHub
parent 938d4e8b3f
commit 81d18ea969
2 changed files with 3 additions and 5 deletions

View File

@ -5,16 +5,16 @@ text-align: center;
cursor: pointer; cursor: pointer;
outline: none; outline: none;
color: #fff; color: #fff;
background-color: #04AA6D; background-color: #3c3c3c;
border: none; border: none;
border-radius: 15px; border-radius: 15px;
box-shadow: 0 9px #999; box-shadow: 0 9px #999;
} }
.button:hover {background-color: #3e8e41} .button:hover {background-color: #000000}
.button:active { .button:active {
background-color: #3e8e41; background-color: #000000;
box-shadow: 0 5px #666; box-shadow: 0 5px #666;
transform: translateY(4px); transform: translateY(4px);
} }

View File

@ -32,7 +32,5 @@
   
<img src="/assets/imgs/zuck.jpg" alt="Geometry Tools Ga" style="width:300px;height:300px;" srcset="" class="broider"> <img src="/assets/imgs/zuck.jpg" alt="Geometry Tools Ga" style="width:300px;height:300px;" srcset="" class="broider">
<p class="double">&nbsp; &nbsp;Welcome to my Website.</p> <p class="double">&nbsp; &nbsp;Welcome to my Website.</p>
<a hidden href='/index.html'><button class="button">Home</button></a>
<a hidden href='/sitemap.html'><button class="button">Sitemap</button></a>
</body> </body>
</html> </html>