61 lines
954 B
CSS
61 lines
954 B
CSS
html {
|
|
background-image: url(mezczyzna_padel.jpg);
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
}
|
|
|
|
.container {
|
|
display: flex;
|
|
height: 100vh;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.form {
|
|
width: 50%;
|
|
height: 40%;
|
|
background-color: #EBEBEB;
|
|
display: flex;
|
|
;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.myButton {
|
|
background-color: #14A6F9;
|
|
border-radius: 28px;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
color: #ffffff;
|
|
font-family: Arial;
|
|
font-size: 12px;
|
|
padding: 5px 15px;
|
|
width: 50%;
|
|
align-content: center;
|
|
}
|
|
|
|
/* -----
|
|
SVG Icons - svgicons.sparkk.fr
|
|
----- */
|
|
|
|
.svg-icon {
|
|
width: 1em;
|
|
height: 1em;
|
|
/*background-color: #EBEBEB;*/
|
|
}
|
|
|
|
.svg-icon path,
|
|
.svg-icon polygon,
|
|
.svg-icon rect {
|
|
fill: #4691f6;
|
|
}
|
|
|
|
.svg-icon circle {
|
|
stroke: #4691f6;
|
|
stroke-width: 1;
|
|
}
|
|
|
|
form i {
|
|
margin-left: -30px;
|
|
cursor: pointer;
|
|
} |