You are here

noscript_tag.css in Noscript Tag 8

Same filename and directory in other branches
  1. 7 css/noscript_tag.css
noscript {
  background-color: #ae0000;
  color: #fff;
  font-size: 12px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}

File

css/noscript_tag.css
View source
  1. noscript {
  2. background-color: #ae0000;
  3. color: #fff;
  4. font-size: 12px;
  5. position: fixed;
  6. text-align: center;
  7. top: 0;
  8. width: 100%;
  9. z-index: 999;
  10. }