ajuste css

Implementación Html Manuel
Sin ultimos ajustes solicitados.
parent ea1adc5d
......@@ -9,51 +9,56 @@ and open the template in the editor.
*/
/* CSS comes here */
#video {
width: 100%;
height: 100%;
}
#photo {
border: 1px solid black;
width: 100%;
height: 100%;
}
#canvas {
display: none;
}
.camera {
width: 100%;
display: inline-block;
}
.output {
width: 100%;
display: inline-block;
}
#startbutton {
display: block;
position: relative;
margin-left: auto;
margin-right: auto;
bottom: 6em;
padding: 5px;
background-color: #6a67ce;
border: 1px solid rgba(255, 255, 255, 0.7);
font-size: 14px;
color: rgba(255, 255, 255, 1.0);
cursor: pointer;
width: 60px;
height: 60px;
}
.contentarea {
font-size: 16px;
font-family: Arial;
text-align: center;
}
/* CSS comes here */
#video {
width: 100%;
height: 100%;
}
#photo {
border: 1px solid black;
width: 100%;
height: 100%;
}
#canvas {
display: none;
}
.camera {
width: 100%;
display: inline-block;
}
.output {
width: 100%;
display: inline-block;
}
#startbutton {
display: block;
position: relative;
margin-left: auto;
margin-right: auto;
bottom: 6em;
padding: 5px;
background-color: #6a67ce;
border: 1px solid rgba(255, 255, 255, 0.7);
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
-o-border-radius: 30px;
font-size: 14px;
color: rgba(255, 255, 255, 1.0);
cursor: pointer;
width: 60px;
height: 60px;
}
.contentarea {
font-size: 16px;
font-family: Arial;
text-align: center;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment