master
parent
fa335b4771
commit
2fa39cb3e9
@ -1,15 +1,25 @@
|
|||||||
.tempNavBar
|
.tempNavBar
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
top:3em;
|
top:5em;
|
||||||
display: flex;
|
display: flex;
|
||||||
left: calc(50% - 6em);
|
left: calc(50% - 7em);
|
||||||
|
gap: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btTempNav
|
.btTempNav
|
||||||
{
|
{
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
color:ivory;
|
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