You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
595 B
40 lines
595 B
.container
|
|
{
|
|
position: relative;
|
|
width: 14em;
|
|
top: 15em;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
align-items: stretch;
|
|
text-align: center;
|
|
}
|
|
span
|
|
{
|
|
font-weight: bold;
|
|
color:ivory;
|
|
text-align: center;
|
|
}
|
|
|
|
.bt
|
|
{
|
|
width: auto;
|
|
height: 2em;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
color:ivory;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
}
|
|
.Login
|
|
{
|
|
float:left;
|
|
position: relative;
|
|
left:2em;
|
|
}
|
|
.Register
|
|
{
|
|
float:right;
|
|
position: relative;
|
|
right: 1em;
|
|
} |