-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
106 lines (97 loc) · 1.83 KB
/
style.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
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
#divTag{ width:100%;
height: 70px;
position:fixed;
background-color:rgb(25, 216, 230);
opacity:1;
}
.dashboard
{
background-color: rgb(31, 135, 143);
padding: 6px;
width: 120px;
border-radius: 15px;
font-weight: bolder;
border:5px solid rgb(18,142,151);
color:white;
font-size: large;
margin-left:40px;
margin-top: 15px;
}
.dashboard:hover, .dashboard:focus
{
background-color: rgb(24, 100, 105);
}
#login
{
background-color: white;
border-radius: 13px;
width:100px;
height:40px;
border:5px solid rgb(28, 187, 199);
margin-right:50px;
margin-top:15px;
font-weight: bold;
}
#login:hover{
background-color:
rgb(255, 194, 62)}
#dashSideboard1
{
/* background:rgb(116, 212, 107); */
background-image: url("images/bg1.jpg");
float:left;
width: 150px;
height: 350px;
margin-top: 100px;
border-radius: 3px;;
}
.img{
margin-left:50px;
margin-right: 30px;;
margin-top: 10px;
}
#sec2
{ background-image: url("images/bg1.jpg");
/*background: peru; */
width: 170px;
height: 350px;
margin-top: 100px;;
border-radius: 3px;
float:right;
}
#footerdiv {
height: 150px;;
/* position: fixed; */
left: 0;
bottom: 0;
width: 100%;
background-image: url("images/bg2.jpg") ;
text-align: center;
}
.foot
{ font-weight: bolder;;
color: lawngreen;
}
.container {
position: absolute;
transition: transform .2s;
}
.container:hover
{
transform: scale(1.3);
}
/* Bottom right text */
.text-block {
position: absolute;
bottom: 0px;
right: 30px;
background-color: rgb(16, 49, 51,0.8);
color: white;
padding-left: 20px;
padding-right: 20px;
margin-left: 0px;;
width: 64%;
height: 50px;
padding-top: 0px;;
text-align: center;
}