Video positioning, width height

This commit is contained in:
Mahdi Dibaiee
2014-09-10 21:50:57 +04:30
parent 32877c638f
commit 0ef7a4e4e6
4 changed files with 38 additions and 1 deletions

View File

@ -152,10 +152,16 @@ h1 {
bottom: 0;
width: 20rem;
height: 20rem;
text-align: center;
}
.remote {
width: 70%;
height: auto;
margin: 3rem auto;
text-align: center;
}
video {
margin: 0 auto;
}