-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
24 lines (23 loc) · 1.07 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
/*
Theme Name: 100 Bytes
Theme URI: https://github.com/MarcArmengou/100-bytes
Author: Marc Armengou
Author URI: https://www.marcarmengou.com/
Description: 100 Bytes is a theme that aims to look as optimal as possible to deliver your message to your audience using WordPress as a content manager. The idea is simple, make a theme that looks good everywhere, with as little CSS code as possible. In this case the limit is 100 Bytes of CSS information. Actually the compressed CSS code contains 82 bytes of information, but 100 bytes sounds better.
Idea: One day this tweet appeared on my Twitter timeline (https://twitter.com/swyx/status/1449472712720601088) and I thought it was interesting to combine it with WordPress.
Tags: blog, one-column, full-width-template
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 100-bytes
Copyright: 2024 Marc Armengou
Tested up to: 6.4.2
Requires PHP: 5.6
*/
html {
max-width:70ch;
padding:3em 1em;
margin:auto;
line-height:1.75;
font-size:1.25em
}