-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·31 lines (29 loc) · 1.14 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
Theme Name: SimpleCharm
Theme URI: https://github.com/kmfoysal06/simplecharm
Author: kmfoysal06
Author URI: http://profiles.wordpress.org/kmfoysal06
Description: "SimpleCharm" is a clean and minimalist WordPress theme designed for those who appreciate simplicity and elegance in their online presence. With its uncluttered layout and understated design, SimpleCharm lets your content take center stage without distraction.
Requires at least: 5.5
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.4.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simplecharm
Tags: blog , custom-header , custom-logo , custom-menu , editor-style , featured-images , right-sidebar , threaded-comments, sticky-post
Copyright: This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.
*/
/* style resetor */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
background-color: #f5f5f5;
}