master
parent
fa335b4771
commit
2fa39cb3e9
@ -1,15 +1,25 @@
|
||||
.tempNavBar
|
||||
{
|
||||
position: relative;
|
||||
top:3em;
|
||||
top:5em;
|
||||
display: flex;
|
||||
left: calc(50% - 6em);
|
||||
left: calc(50% - 7em);
|
||||
gap: 2em;
|
||||
}
|
||||
|
||||
.btTempNav
|
||||
{
|
||||
min-width: 5em;
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
color:ivory;
|
||||
background-color: red;
|
||||
padding: 0.5em 0.5em 0.5em 0.5em;
|
||||
border-radius: 4px;
|
||||
background-color: rgba(22, 59, 59, 0.521);
|
||||
}
|
||||
body
|
||||
{
|
||||
overflow-x:hidden;
|
||||
height:auto ;
|
||||
position: relative;
|
||||
}
|
Loading…
Reference in new issue