source: cimeri-main/src/main/resources/static/home/home.css

Last change on this file was bc30bce, checked in by blagojanikoloski <blagojanikoloski1@…>, 16 months ago

cimeri app

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[bc30bce]1.home-container {
2 width: 100%;
3 display: flex;
4 overflow: auto;
5 min-height: 100vh;
6 align-items: center;
7 flex-direction: column;
8 justify-content: flex-start;
9 background-color: #adadad;
10}
11.home-text {
12 font-size: 64px;
13 align-self: center;
14 margin-top: var(--dl-space-space-fourunits);
15 text-align: center;
16}
17.home-button {
18 width: 323px;
19 height: 85px;
20 font-size: 25px;
21 align-self: center;
22 margin-top: var(--dl-space-space-sixunits);
23 text-align: center;
24 border-width: 5px;
25 background-color: var(--dl-color-gray-700);
26}
27.home-button1 {
28 width: 323px;
29 height: 85px;
30 font-size: 25px;
31 align-self: center;
32 margin-top: var(--dl-space-space-threeunits);
33 text-align: center;
34 border-width: 5px;
35 background-color: var(--dl-color-gray-700);
36}
37.home-button2 {
38 width: 323px;
39 height: 85px;
40 font-size: 25px;
41 align-self: center;
42 margin-top: var(--dl-space-space-threeunits);
43 text-align: center;
44 border-width: 5px;
45 background-color: var(--dl-color-gray-700);
46}
47.home-button3 {
48 width: 323px;
49 height: 85px;
50 font-size: 25px;
51 align-self: center;
52 margin-top: var(--dl-space-space-threeunits);
53 text-align: center;
54 border-width: 5px;
55 background-color: var(--dl-color-gray-700);
56}
57@media(max-width: 991px) {
58 .home-text {
59 text-align: center;
60 }
61}
62@media(max-width: 767px) {
63 .home-text {
64 text-align: center;
65 }
66}
67@media(max-width: 479px) {
68 .home-text {
69 text-align: center;
70 }
71}
Note: See TracBrowser for help on using the repository browser.