Here is the code:
input:not(#radioo input){
display: block;
font-size:23px;
border-radius: 10px;
width:310px;
height: 40px
}
but all input
are excluded! and I want only to exclude input
that is in the form
that has the ID
radioo