nntrn
4/21/2019 - 11:19 PM

[testing selectors]

[testing selectors]


/*  testingggggg dev */
button:before,label,input {
  display: none!important;
}

*:before,*:after {
  ;
}

div:empty {
  background: lime;
}

:not(class):before {
  content: attr(id);
  color: blue;
  font-size: small;
  display: block;
  width:100%;
}


* {
  box-sizing: border-box!important;
  overflow-x:hidden!important;
}

*:not(id):after {
  content: attr(class);
}

*:after,*before {
  background: none;
  z-index: 100;
}

div div div {
  width:96vw;
  background: ghostwhite;
  border: 1px solid gray;
margin:5px;
}
div div{
  border: px solid gray;
}
* {
  font-size: small;
  z-index: 4
}