/*
Theme Name: wordpress.com
Theme URI: wordpress.com
Author: WordPressTheme Team
Author URI: wordpress.com
Description: wordpress
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wordpressescx
Tags: responsive, custom-header, custom-menu, featured-images, theme-options, translation-ready
*/
body {
background-color: #f6f6f6;
font-family: 'Segoe UI', sans-serif;
}
.header {
background-color: #3f51b5;
color: white;
text-align: center;
padding: 20px 0;
}
.header h1 {
font-weight: 600;
}
.blog-card {
background: white;
border: none;
border-radius: 6px;
box-shadow: 0 1px 3px rgba(0,0,0,0.08);
text-align: center;
padding: 25px 15px;
transition: all 0.3s;
font-size:20px;
}
footer {
background-color: #3f51b5;
color: white;
text-align: center;
padding: 15px 0;
font-size: 14px;
}
.article {
background: white;
border-radius: 6px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
padding: 30px;
}