merged
This commit is contained in:
commit
9c6fffe458
BIN
__pycache__/app.cpython-39.pyc
Normal file
BIN
__pycache__/app.cpython-39.pyc
Normal file
Binary file not shown.
BIN
__pycache__/services.cpython-39.pyc
Normal file
BIN
__pycache__/services.cpython-39.pyc
Normal file
Binary file not shown.
@ -39,8 +39,8 @@
|
||||
.requestblock{
|
||||
position: relative;
|
||||
/* border: 1px solid black; */
|
||||
left: 25%;
|
||||
padding: 5%;
|
||||
left: 30%;
|
||||
margin-bottom: 2.5%;
|
||||
width: 40%;
|
||||
font-family: "Verdana";
|
||||
background-color: #ffffff;
|
||||
@ -50,11 +50,12 @@
|
||||
position: relative;
|
||||
background-color: #ffffff;
|
||||
/* border: 1px solid black; */
|
||||
left:25%;
|
||||
top: 50%;
|
||||
left: 30%;
|
||||
top: 10%;
|
||||
width: 40%;
|
||||
padding: 5%;
|
||||
font-size: 24px;
|
||||
font-family: "Verdana";
|
||||
margin-top: 0%;
|
||||
}
|
||||
|
||||
.resultitem{
|
||||
@ -62,9 +63,9 @@
|
||||
}
|
||||
|
||||
.klanten_logo:active{
|
||||
-webkit-animation:spin 4s linear infinite;
|
||||
/* -webkit-animation:spin 4s linear infinite;
|
||||
-moz-animation:spin 4s linear infinite;
|
||||
animation:spin 4s linear infinite;
|
||||
animation:spin 4s linear infinite; */
|
||||
}
|
||||
|
||||
@-moz-keyframes spin {
|
||||
@ -101,20 +102,18 @@
|
||||
|
||||
.nummer_button{
|
||||
position: relative;
|
||||
background-color: green;
|
||||
background-color: rgb(35, 34, 126);
|
||||
padding: 2%;
|
||||
margin: 1%;
|
||||
width: 40%;
|
||||
left: 30%;
|
||||
text-align: center;
|
||||
font-size: 26px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.nummer_button:hover{
|
||||
background-color: lightgreen;
|
||||
background-color: rgb(95, 132, 151);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -8,7 +8,9 @@
|
||||
|
||||
<body class="bodyclass">
|
||||
<header class="headerblock">
|
||||
<img class="klanten_logo" src="//image.protestantsekerk.net/uploads/klant484/logo.png" title="Rondzes" alt="logo">
|
||||
<a href="https://www.rondzes.nl/">
|
||||
<img class="klanten_logo" src="//image.protestantsekerk.net/uploads/klant484/logo.png" title="Rondzes" alt="logo">
|
||||
</a>
|
||||
<div class="navbarbtn">
|
||||
<tr>
|
||||
Contact
|
||||
|
Loading…
Reference in New Issue
Block a user