forked from tannmaysgupta/ProjectPrisha
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexmain.css
More file actions
126 lines (125 loc) · 2.21 KB
/
indexmain.css
File metadata and controls
126 lines (125 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
body{
position: absolute;
left: 0px;
height: auto;
right:0px;
width: 100%;
margin: 0px !important;
padding: 0px !important;
background-color: #27378C;
overflow-x: hidden;
}
div.row{
margin: 0px !important;
}
div.carousel-inner{
height: 652.5px;
width: 100% !important;
}
div[class*=col]{
padding: 0px !important;
}
div.customCarousel{
height: 702px;
width: 100%;
}
div.mainlogo{
height: 100%;
width: inherit;
background-color: transparent;
text-align: center;
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
display: flex;
}
div.mainlogo > img{
padding: 7px;
margin: auto;
border: 3px solid white;
z-index: 11;
}
div.row > div > nav{
position: absolute;
display: flex;
justify-content: center;
bottom: 0px;
height: 50px;
width: 100%;
background-color: #33CCFF;
z-index: 9999;
}
div.row:nth-child(2){
position: absolute;
bottom: 0px;
height: 50px;
width: 100%;
}
div.row > div >nav>a{
height: inherit;
margin-left: 30px;
margin-right: 30px;
text-decoration: none;
color: #180000;
}
div.row > div >nav>a >div{
width: 140px;
height: inherit;
background-color: transparent;
text-align: center;
line-height: 2.5;
font-size: 20px;
-webkit-user-select:none;
-moz-user-select:none;
-o-user-select:none;
}
div.row > div > nav > a > div.logo{
margin-top: 2px;
margin-right: 40px;
position: relative;
padding: 0px;
}
div.row > div > nav> a > div.logo > img{
margin-top: 15px;
transform: scale(1.5,1.6);
}
div.outerbox{
height: 702px;
width: 100%;
background: linear-gradient(to top left, #ffd194 1%,#70e1f5 50%,#ffd194 100%);
}
div.innersection{
height: 654.5px;
width: 100%;
background-color:transparent;
box-shadow:0px 0px 12px .5px #B0B0B0;
margin-top:24px;
overflow-x: hidden;
overflow-y: auto;
padding-top: 50px;
padding-left: 20px;
}
div.circle-content{
height: 175px;
width: 175px;
background-color: white;
border-radius: 15%;
margin:0px auto;
padding-top: 15px;
vertical-align: middle;
transform-style: preserve-3d;
}
div#circle-container div.col-md-3{
margin-top:15px;
margin-bottom: 15px;
}
div.cwrapper{
text-align: center;
padding-top: 25%;
transform: translateZ(50px);
}
div.words{
font-size: 18px;
font-family:'Nunito', 'Quicksand','Open Sans', 'Ubuntu',sans-serif;
}