Minify CSS
Fix the styles (according to WebHint)
Minify CSS
Subreply CSS is a simple, yet modern and beautiful classless CSS style. It's suitable for both personal blogs and as a bootstrap. It was influenced by the clean social media Subreply. (Hence the name)
mailto:
, sms:
, and tel:
linksWanna try it first? Visit the demo or go to my website, which uses Subreply CSS.
You can download the file subreply.css
or subreply.min.css
, or paste into your website's <head>
this snippet:
<link rel="stylesheet" href="https://cdn.statically.io/gh/HoangTuan110/subreply-css/main/subreply.css">
You can also use the minified version in production mode:
<link rel="stylesheet" href="https://cdn.statically.io/gh/HoangTuan110/subreply-css/main/subreply.min.css">
Initial release
Changes:
margin: 0; padding: 0;
CSS style has been removed to allow for natural renderinga
) now uses the accent (nice blue) color instead of black to make it unique from textsinput[type="submit"]
and button
float: right;
style on buttons and input[type="submit"]
elements, as it's annoying when using in paragraphs.mailto:
, tel:
, and sms:
links to differentiate them from normal linksinput[type="submit"]
and button
for good.display: block;
for image to avoid awkward displayingline-height
in body, input, label, select, textarea
tag so that text don't override each otherinput
so that they aren't comically longCopyright 2022-present Dang Hoang Tuan.
Original code by Lucian Marin.
This CSS style is under the MIT license.