Kontaktformular 7 Checkbox StylingHTML

HTML-Programmierer
Anonymous
 Kontaktformular 7 Checkbox Styling

Post by Anonymous »

Ich versuche, 6 Kontrollkästchen in Kontaktformular 7 in einem Raster mit 6 zu erstellen.

Code: Select all

.select-size input {
display: none;
}

label {
display: inline-block;
width: 150px;
height: 80px;
text-align: center;
border: 2px solid #FD484E;
line-height: 80px;
cursor: pointer;
font-family: sans-serif;
margin: 5px;
}

#windows:checked~label[for="windows"],
#doors:checked~label[for="doors"],
#roofline:checked~label[for="roofline"],
#conservatories:checked~label[for="conservatories"],
#extensions:checked~label[for="extensions"],
#repairs:checked~label[for="repairs"] {
background: #FD484E;
color: #fff;
}< /code>








Windows
Doors
Roofline
Conservatories
Extensions
Repairs
< /code>
< /div>
< /div>
< /p>
Mein Kontaktformular 7 Code: < /p>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post
  • Kontaktformular 7 Checkbox Styling
    by Anonymous » » in CSS
    0 Replies
    1 Views
    Last post by Anonymous
  • Binden Sie an eine CheckBox und führen Sie einen Befehl auf MVVM-Art aus
    by Guest » » in C#
    0 Replies
    15 Views
    Last post by Guest
  • Blazor Checkbox Zwei-Wege-Bindungs- und Wechselereignis
    by Anonymous » » in C#
    0 Replies
    8 Views
    Last post by Anonymous
  • JQuery Checkbox -Ereignisse funktionieren nicht. Wie kann ich das zum Laufen bringen?
    by Anonymous » » in Jquery
    0 Replies
    1 Views
    Last post by Anonymous
  • Layoutformatierung Kontaktformular 7 WordPress
    by Guest » » in HTML
    0 Replies
    4 Views
    Last post by Guest