27 lines
No EOL
488 B
CSS
27 lines
No EOL
488 B
CSS
html {
|
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
|
color: rgb(20, 20, 104);
|
|
}
|
|
|
|
.drop-zone {
|
|
border: 4px dashed rgb(17, 122, 184);
|
|
width: 200px;
|
|
height: 100px;
|
|
background-color: rgb(202, 202, 238);
|
|
}
|
|
|
|
p {
|
|
display: table;
|
|
margin: 0 auto;
|
|
transform: translateY(50%);
|
|
}
|
|
|
|
.body > img {
|
|
width: 25%;
|
|
border: rgb(17, 122, 184) solid 3px;
|
|
}
|
|
|
|
.photo > canvas {
|
|
width: 25%;
|
|
border: rgb(17, 122, 184) solid 3px;
|
|
} |