source: frontend/src/App.css@ 13f1472

Last change on this file since 13f1472 was d76b7ee, checked in by Danilo <danilo.najkov@…>, 2 years ago

prototype final

  • Property mode set to 100644
File size: 455 bytes
Line 
1@import '~antd/dist/antd.css';
2.center {
3 position: absolute;
4 left: 50%;
5 top: 50%;
6 -webkit-transform: translate(-50%, -50%);
7 transform: translate(-50%, -50%);
8 width: 500px;
9}
10#businessFrontInfo{
11 display: block;
12 position: absolute;
13 height: 130px;
14 left: 50px;
15 top: 250px;
16 padding: 20px;
17 background-color: white;
18}
19#businessFrontImage{
20 display: block;
21 width: 100%;
22 height: 100%;
23}
24#businessFrontInsideImage{
25 height: 360px;
26}
Note: See TracBrowser for help on using the repository browser.