WebEngine Widgets PrintMe Example▲
Sélectionnez
html,body {
height
:
100
%
;
width
:
100
%
;
margin
:
0
;
}
body {
display
:
flex;
}
.logo {
width
:
75
px;
height
:
75
px;
float
:
left;
margin
:
20
px 20
px 0
px 20
px;
-
webkit-
animation:spin 8
s linear infinite;
}
@-
webkit-
keyframes spin {
100
%
{
-
webkit-
transform: rotate(360
deg);
}
}
.header {
display
:
inline
}
.form {
width
:
480
px;
height
:
170
px;
background
:
-
webkit-
linear-
gradient(bottom, #ddd, #fff);
border
:
1
px solid #999
;
border-
radius: 12
px;
color
:
#46
a;
font-
family: 'Lucida Sans Unicode', 'Lucida Grande', sans-
serif;
font-
size: 14
px;
font-
style: italic;
font-
weight: bold;
margin
:
auto
;
padding
:
10
px;
position
:
relative;
line-
height: 26
px;
text-
decoration: none;
-
webkit-
box-
shadow: 0
px 0
px 5
px #444
;
}
h1 {
padding-
left:40
px;
color
:
#46
a2da;
}
h2 {
color
:
#80
c342;
font-
size: 13
px;
margin-
top: -
20
px;
}
span {
margin-
left: 20
px;
}
.button{
display
:
inline
-
block;
background
:
#46
a2da;
width
:
100
px;
height
:
30
px;
padding
:
0
px;
text-
align: center;
font-
weight: bold;
color
:
#ffffff;
text-
decoration: none;
border
:
1
px solid #999
;
margin-
left: 190
px;
}
.button:hover {
background-
color: #46
a200
}
.button:active {
background-
color: #3e8
e41;
}