Template:Page Header/style.css

From KB42
Revision as of 05:13, 1 September 2025 by AdminKB42 (talk | contribs) (Created page with " .header_container { position: relative; border:1px solid gray; } .header_img { } .header_text_container { position: absolute; top: 1px; width: 100%; font-size: 20px; text-align:center; clear:both; background-repeat:no-repeat; border-radius:5px; } .header_text_size { font-size:162%; border:0; margin:0; color:#000; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.header_container {
  position: relative;
  border:1px solid gray;
}

.header_img {
  
}

.header_text_container {
position: absolute;
top: 1px;
width: 100%;
font-size: 20px;
text-align:center;
clear:both; 
background-repeat:no-repeat;
border-radius:5px;
}

.header_text_size {
font-size:162%;
border:0;
margin:0; 
color:#000;
}