Posts

2

 <?xml version="1.0" encoding="UTF-8" ?> <b:skin><![CDATA[ /* ===== BASIC RESET ===== */ body {   font-family: 'Merriweather', serif;   background: #f9f9f9;   color: #333;   margin: 0;   line-height: 1.7;   transition: background 0.3s, color 0.3s; } a { color: #0073e6; text-decoration: none; } a:hover { text-decoration: underline; } h1, h2, h3 { font-family: 'Lato', sans-serif; margin: 0 0 10px; } img { max-width: 100%; border-radius: 6px; } /* ===== NAVBAR ===== */ .navbar {   position: sticky;   top: 0;   background: #fff;   border-bottom: 1px solid #ddd;   padding: 12px 20px;   display: flex;   justify-content: space-between;   align-items: center;   z-index: 1000; } .navbar a { margin: 0 10px; font-weight: bold; } .navbar-right { display: flex; align-items: center; gap: 12px; } .search-box input {   padding: 6px 10px;   border: 1px solid #ccc;   border-radius: 6px;   fo...

Howww

 <?xml version="1.0" encoding="UTF-8" ?> <b:skin><![CDATA[ /* ===== BASIC RESET ===== */ body {   font-family: 'Merriweather', serif;   background: #f9f9f9;   color: #333;   margin: 0;   line-height: 1.7;   transition: background 0.3s, color 0.3s; } a { color: #0073e6; text-decoration: none; } a:hover { text-decoration: underline; } h1, h2, h3 { font-family: 'Lato', sans-serif; margin: 0 0 10px; } img { max-width: 100%; border-radius: 6px; } /* ===== NAVBAR ===== */ .navbar {   position: sticky;   top: 0;   background: #fff;   border-bottom: 1px solid #ddd;   padding: 12px 20px;   display: flex;   justify-content: space-between;   align-items: center;   z-index: 1000; } .navbar a { margin: 0 10px; font-weight: bold; } .navbar-right { display: flex; align-items: center; gap: 12px; } .search-box input {   padding: 6px 10px;   border: 1px solid #ccc;   border-radius: 6px;   fo...