-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles11.css
33 lines (31 loc) · 1.06 KB
/
styles11.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
body {
font-family: Arial, sans-serif;
text-align: center;
}
label, input, button {
display: block;
margin: 10px auto;
}
input {
width: 100px;
}
#backgroundImage {
/* Voeg hier je stijlinstellingen toe */
width: 300px; /* Voorbeeldbreedte van 300 pixels */
height: 40px; /* Voorbeeldhoogte van 40 pixels */
border: 1px solid #ccc; /* Een rand van 1 pixel, lichtgrijs */
border-radius: 5px; /* Afgeronde hoeken van 5 pixels */
padding: 5px; /* Ruimte binnenin het inputveld */
font-size: 16px; /* Grootte van de tekst */
background-color: #f9f9f9; /* Achtergrondkleur */
}
#image-url {
/* Voeg hier je stijlinstellingen toe */
width: 300px; /* Voorbeeldbreedte van 300 pixels */
height: 40px; /* Voorbeeldhoogte van 40 pixels */
border: 1px solid #ccc; /* Een rand van 1 pixel, lichtgrijs */
border-radius: 5px; /* Afgeronde hoeken van 5 pixels */
padding: 5px; /* Ruimte binnenin het inputveld */
font-size: 16px; /* Grootte van de tekst */
background-color: #f9f9f9; /* Achtergrondkleur */
}