-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdashboard.css
60 lines (56 loc) · 981 Bytes
/
dashboard.css
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
* {
padding: 0;
margin: 0;
}
body {
height: 100%;
font-size: 100%;
position: absolute;
background-image: url("images/1.jpg");
top: 0%;
bottom: 0%;
right: 0%;
left: 0%;
}
.a {
border: 1px solid #D6BCD6;
position: absolute;
top: 1px;
bottom: 0px;
left: 0px;
right: 0px;
height: 9%;
font-size: 4vh;
background-image: url("images/2.jpg");
padding-top: 1.3vmin;
}
#header {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 6%;
font-size: 5vh;
color: #C0C0C0;
text-align: center;
padding-top: 1.3vmin;
}
#login {
position: absolute;
top: 4;
bottom: 0;
right: 1%;
padding-top: 1vmin;
}
.vlabsIcon {
position: absolute;
top: 1.2%;
left: 8%;
width: 15vh;
height: 6.7vh;
background-image: url('images/iiitLogo1.png');
background-repeat: no-repeat;
background-color: transparent;
}