Started redesign
This commit is contained in:
parent
217c568ef1
commit
c98c43100e
6 changed files with 169 additions and 27 deletions
src/components
31
src/components/navbuttonsTitle.astro
Normal file
31
src/components/navbuttonsTitle.astro
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
|
||||
---
|
||||
|
||||
<div>
|
||||
<button>Servant Offering</button>
|
||||
<button>TA Achievements</button>
|
||||
<button>About</button>
|
||||
</div>
|
||||
|
||||
|
||||
<style>
|
||||
div {
|
||||
display: flex;
|
||||
margin: 1em 0%;
|
||||
}
|
||||
button {
|
||||
padding: 1em 1em;
|
||||
margin: 0em 0.5em;
|
||||
background-color: rgb(218, 66, 218);
|
||||
border-radius: 0%;
|
||||
border-width: 0;
|
||||
text-align: center;
|
||||
font-size: large;
|
||||
color: black;
|
||||
width: 10em;
|
||||
}
|
||||
button:active {
|
||||
background-color: blueviolet;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue