blob: d0b7d4e4191665a5ecbb1f879526569717abffff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.imgupload_cont {
height: 100vh;
width: 100vw;
align-content: center;
.button_file {
text-align: center;
height: 50%;
width: 50%;
background-color: paleturquoise;
color: grey;
font-size: 3em;
}
}
|