ajuste css

Implementación Html Manuel
Sin ultimos ajustes solicitados.
parent ea1adc5d
...@@ -9,33 +9,33 @@ and open the template in the editor. ...@@ -9,33 +9,33 @@ and open the template in the editor.
*/ */
/* CSS comes here */ /* CSS comes here */
#video { #video {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
#photo { #photo {
border: 1px solid black; border: 1px solid black;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
#canvas { #canvas {
display: none; display: none;
} }
.camera { .camera {
width: 100%; width: 100%;
display: inline-block; display: inline-block;
} }
.output { .output {
width: 100%; width: 100%;
display: inline-block; display: inline-block;
} }
#startbutton { #startbutton {
display: block; display: block;
position: relative; position: relative;
margin-left: auto; margin-left: auto;
...@@ -44,16 +44,21 @@ and open the template in the editor. ...@@ -44,16 +44,21 @@ and open the template in the editor.
padding: 5px; padding: 5px;
background-color: #6a67ce; background-color: #6a67ce;
border: 1px solid rgba(255, 255, 255, 0.7); 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; font-size: 14px;
color: rgba(255, 255, 255, 1.0); color: rgba(255, 255, 255, 1.0);
cursor: pointer; cursor: pointer;
width: 60px; width: 60px;
height: 60px; height: 60px;
}
.contentarea { }
.contentarea {
font-size: 16px; font-size: 16px;
font-family: Arial; font-family: Arial;
text-align: center; 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