Skip to content

πŸ™‚_πŸ™.css – A mood-driven CSS framework to write modern websites using only emojis

License

Notifications You must be signed in to change notification settings

thibaudcolas/-_-.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c74c55 Β· May 19, 2020

History

14 Commits
May 19, 2020
May 19, 2020
May 19, 2020
May 19, 2020
May 19, 2020

Repository files navigation

A mood-driven CSS framework to write modern websites using only emojis πŸŽ‰

No complicated classes to remember, and much less typing than traditional verbose methodologies like BEM. Impossibly fast – emojis are only a few bytes each, name mangling out of the box.

πŸš€ View the demo

Screenshot of the index.html source code, showing beautiful hand-crafted impossibly DRY code

Usage

.\⌨️ {
	/* Makes the ⌨️ element look like a keyboard key */
    border-radius: 4px;
	padding: 3px 6px;
	font-size: 0.9rem;
}

.\πŸ“‹ {
	padding: 1rem 1.4rem;
	max-width: 100%;
	overflow: auto;
}

.\πŸ“‹ .\πŸ“Ÿ {
	/* When πŸ“Ÿ is in a πŸ“‹, reset it's formatting to blend in */
	background: inherit;
	font-size: inherit;
	color: inherit;
	border: 0;
	padding: 0;
	margin: 0;
}

.\πŸ“ {
	/* Reset the border of the πŸ“ separator, then set a better line */
	border: 0;
	border-bottom: 1px solid currentColor;
	margin: 1rem auto;
}

About

πŸ™‚_πŸ™.css – A mood-driven CSS framework to write modern websites using only emojis

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published