Author: tnhorrornews

  • .bbb-site{
    background:#080808;
    color:#f4ead8;
    font-family:Arial,Helvetica,sans-serif;
    }
    
    .bbb-header{
    text-align:center;
    padding:30px 15px;
    background:linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.95));
    border-bottom:5px solid #f26a21;
    }
    
    .bbb-logo{
    max-width:500px;
    width:100%;
    border-radius:12px;
    box-shadow:0 0 35px rgba(242,106,33,.45);
    }
    
    .bbb-tagline{
    margin-top:18px;
    font-size:22px;
    font-weight:700;
    color:#f26a21;
    }
    
    .bbb-subtag{
    color:#cfcfcf;
    font-size:18px;
    }
    
    .bbb-nav{
    position:sticky;
    top:0;
    z-index:999;
    background:#111;
    padding:15px;
    text-align:center;
    border-bottom:2px solid #1976c9;
    }
    
    .bbb-nav a{
    color:#f4ead8;
    text-decoration:none;
    margin:0 12px;
    font-weight:700;
    transition:.3s;
    }
    
    .bbb-nav a:hover
    
    .bbb-section{
    max-width:1100px;
    margin:auto;
    padding:55px 20px;
    }
    
    .bbb-section h2{
    color:#f26a21;
    font-size:34px;
    text-transform:uppercase;
    }
    
    .bbb-hero{
    text-align:center;
    }
    
    .bbb-hero h1{
    color:#1976c9;
    font-size:clamp(2rem,5vw,3rem);
    }
    
    .bbb-btn{
    display:inline-block;
    padding:14px 25px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    margin:10px 5px;
    }
    
    .bbb-orange{
    background:#f26a21;
    color:#000;
    }
    
    .bbb-blue{
    background:#1976c9;
    color:#fff;
    }
    
    .bbb-card{
    background:#171717;
    border:2px solid #2b2b2b;
    border-radius:14px;
    padding:24px;
    box-shadow:0 0 18px rgba(0,0,0,.35);
    }
    
    .bbb-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:22px;
    }
    
    .bbb-grid h3{
    color:#1976c9;
    }
    
    .bbb-feature-box{
    background:linear-gradient(rgba(0,0,0,.85),rgba(0,0,0,.85)),linear-gradient(135deg,#f26a21,#1976c9);
    border:3px solid #1976c9;
    border-radius:18px;
    padding:35px;
    }
    
    .bbb-snack-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:15px;
    margin-top:20px;
    }
    
    .bbb-snack-grid div{
    background:#101010;
    border-left:5px solid #f26a21;
    padding:15px;
    border-radius:10px;
    font-weight:700;
    }
    
    .bbb-center{
    text-align:center;
    }
    
    .bbb-socials{
    text-align:center;
    }
    
    .bbb-socials a{
    display:inline-block;
    margin:8px;
    padding:12px 18px;
    border:2px solid #f26a21;
    border-radius:8px;
    background:#222;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    }
    
    .bbb-socials a:hover
    
    .bbb-footer{
    text-align:center;
    padding:30px 15px;
    background:#000;
    border-top:5px solid #f26a21;
    color:#cfcfcf;
    }
    
  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!