-
Notifications
You must be signed in to change notification settings - Fork 0
/
pstyle7 (1).css
50 lines (50 loc) · 1012 Bytes
/
pstyle7 (1).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
.button2{
float: center;
background-image: none;
background-color: #008B8B;
color: white;
}
.panel > .panel-heading {
background-image: none;
background-color: #008B8B;
color: white;
text-align: center;
border-color: green;
}
.container{
margin-top: 50px;
margin-right: 60px;
}
body
{
background-color: #f5e0ff;
}
.abc
{
color: green;
font-size: 25px;
margin-top: 200px;
text-align: center;
}
.def
{
color: green;
font-size: 25px;
margin-top: 50px;
text-align: center;
}
#logowe{
background-color:white;
float: left;
position: fixed;
margin-top: 30px;
padding-right: 35px;
padding-left: 35px;
transition: background-color 2s, transform 2s, box-shadow 2s, background-image 2s;
}
#logowe:hover{
background-color:transparent;
background-image: linear-gradient(to bottom right,transparent, white);
transform: scale(1.2,1.2);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}