This is an example of a page. Unlike posts, which are displayed on your blog’s front page in the order they’re published, pages are better suited for more timeless content that you want to be easily accessible, like your About or Contact information. Click the Edit link to make changes to this page or add another page.
:root{ —red:#c40000; —gray:#f3f3f3; —text:#111; —muted:#666; —line:#e5e5e5; —max:1200px; —shadow:0 1px 0 rgba(0,0,0,.03); —font: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; } *{box-sizing:border-box} body{margin:0;font-family:var(—font);color:var(—text);background:#fff} a{color:#0a58ca;text-decoration:none} a:hover{text-decoration:underline} .topbar{border-bottom:1px solid var(—line);background:#fff} .topbar .wrap{max-width:var(—max);margin:0 auto;padding:10px 14px;display:flex;align-items:center;gap:16px} .logo{display:flex;align-items:center;gap:10px;min-width:220px} .logo-badge{background:var(—red);color:#fff;font-weight:800;letter-spacing:.5px;padding:6px 10px;border-radius:2px;line-height:1;font-size:18px} .logo-city{font-weight:700;color:#222} .top-links{display:flex;gap:12px;flex-wrap:wrap;font-size:14px;color:var(—muted)} .top-links a{color:#444} .search{margin-left:auto;display:flex;gap:8px;align-items:center} .search input{width:220px;padding:7px 10px;border:1px solid var(—line);border-radius:2px;outline:none} .search button{padding:7px 10px;border:1px solid var(—line);border-radius:2px;background:#fff;cursor:pointer} .search button:hover{background:var(—gray)} .nav{background:#fff;border-bottom:1px solid var(—line);box-shadow:var(—shadow)} .nav .wrap{max-width:var(—max);margin:0 auto;padding:8px 14px;display:flex;gap:14px;flex-wrap:wrap;font-size:14px} .nav a{color:#222;padding:4px 6px;border-radius:2px} .nav a:hover{background:var(—gray);text-decoration:none} .container{max-width:var(—max);margin:0 auto;padding:18px 14px 40px;display:grid;grid-template-columns:1fr 360px;gap:26px;align-items:start} .article h1{margin:0 0 14px;font-size:34px;line-height:1.15;letter-spacing:-.3px} .article-meta{color:var(—muted);font-size:13px;margin-bottom:14px} .article-hero{display:flex;gap:16px;margin:12px 0 16px;align-items:flex-start} .thumb{width:180px;border:1px solid var(—line);border-radius:2px;overflow:hidden;background:var(—gray);flex:0 0 180px} .thumb img{width:100%;height:120px;object-fit:cover;display:block} .thumb .cap{font-size:12px;color:var(—muted);padding:8px 10px;background:#fff;border-top:1px solid var(—line)} .lead{font-size:16px;line-height:1.55;color:#222;margin:0} .article p{font-size:16px;line-height:1.7;margin:14px 0} .article blockquote{margin:18px 0;padding:12px 14px;border-left:4px solid var(—red);background:#fff7f7;color:#333} .tagline{margin-top:18px;font-size:14px;color:var(—muted)} .source-row{margin:18px 0 10px;display:flex;align-items:center;gap:14px;flex-wrap:wrap} .source-box{border:3px solid var(—red);padding:10px 12px;display:flex;gap:12px;align-items:center;border-radius:2px} .source-label{font-style:italic;color:#111} .source-link{font-weight:800;text-decoration:underline} .source-date{border:1px solid var(—line);padding:6px 10px;border-radius:2px;background:#fff;color:#111;white-space:nowrap} .share{display:flex;gap:10px;margin-left:auto} .share .s{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:12px;text-decoration:none} .share .vk{background:#0077ff}.share .ok{background:#ff7a00}.share .tg{background:#2aabee}.share .more{background:#0a58ca} .share .s:hover{filter:brightness(.92);text-decoration:none} .sidebar{position:relative} .ad-big{border:3px solid var(—red);height:520px;border-radius:2px;margin-bottom:18px;background:#fff;display:flex;align-items:center;justify-content:center;color:var(—muted);font-size:14px} .side-card{border:1px solid var(—line);border-radius:2px;padding:12px;margin-bottom:12px;display:grid;grid-template-columns:110px 1fr;gap:12px;align-items:start;background:#fff} .side-thumb{width:110px;height:70px;border:1px solid var(—line);border-radius:2px;background:var(—gray);overflow:hidden} .side-thumb img{width:100%;height:100%;object-fit:cover;display:block} .side-title{margin:0;font-size:14px;line-height:1.35;font-weight:700} .side-src{margin-top:6px;font-size:12px;color:var(—muted)} .ad-small{border:3px solid var(—red);height:220px;border-radius:2px;margin-top:14px;background:#fff;display:flex;align-items:center;justify-content:center;color:var(—muted);font-size:14px} .kras-footer{border-top:1px solid var(—line);padding:18px 14px;color:var(—muted);font-size:13px;max-width:var(—max);margin:0 auto} @media (max-width:980px){ .container{grid-template-columns:1fr} .search input{width:160px} } @media (max-width:560px){ .logo{min-width:auto} .article h1{font-size:26px} .article-hero{flex-direction:column} .thumb{width:100%;flex:1 1 auto} .thumb img{height:170px} .share{margin-left:0} }