17 lines
189 B
CSS
17 lines
189 B
CSS
|
|
#join{
|
|
text-align: center;
|
|
}
|
|
|
|
#join, #session {
|
|
position: absolute;
|
|
margin: auto;
|
|
top: 100px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 70%;
|
|
width: 70%;
|
|
}
|
|
|