big links page change, am pan hors c:

This commit is contained in:
iRaven
2023-06-18 17:45:50 -05:00
parent cf9c7eff6c
commit 4ac14ec88c
4 changed files with 27 additions and 20 deletions

View File

@ -1,16 +1,19 @@
.links1 {
position: relative;
left: 50px;
width: 400px;
/* left: 50px; */
width: 1000px;
border: 3px solid #0b4ac0;
padding: 8px;
background-color: darkcyan;
}
.links2 {
position: absolute;
top: 400px;
left: 500px;
top: 300px;
left: 20px;
width: 400px;
border: 3px solid #0c8334;
background-color: darkgreen;
}
}
.navbuttons a {
padding-left: 10px;
}