Skip to content

Instantly share code, notes, and snippets.

@font-face{font-family:manrope;font-style:normal;font-weight:400;src:local('Manrope'),url(https://fonts.cdnfonts.com/s/16243/manrope-regular.woff) format('woff')}@font-face{font-family:manrope;font-style:normal;font-weight:100;src:local('Manrope'),url(https://fonts.cdnfonts.com/s/16243/manrope-thin.woff) format('woff')}@font-face{font-family:manrope;font-style:normal;font-weight:300;src:local('Manrope'),url(https://fonts.cdnfonts.com/s/16243/manrope-light.woff) format('woff')}@font-face{font-family:manrope;font-style:normal;font-weight:500;src:local('Manrope'),url(https://fonts.cdnfonts.com/s/16243/manrope-medium.woff) format('woff')}@font-face{font-family:manrope;font-style:normal;font-weight:600;src:local('Manrope'),url(https://fonts.cdnfonts.com/s/16243/manrope-semibold.woff) format('woff')}@font-face{font-family:manrope;font-style:normal;font-weight:700;src:local('Manrope'),url(https://fonts.cdnfonts.com/s/16243/manrope-bold.woff) format('woff')}
:host {
--color-bg-default: #fff;
--color-fg-primary: #00324D;
--color-fg-default: #fff;
--color-fg-accent: #30FFC1;
--color-bg-inrange: #00324D;
--day-width: 50px;
--day-height: 50px;
}
@aubrey
aubrey / calstyle.css
Last active October 24, 2023 19:46
style for a calendar
<style type ="text/css">
:host {
--color-bg-default: #fff;
--color-fg-primary: #00324D;
--color-fg-default: #fff;
--color-fg-accent: #30FFC1;
--color-bg-inrange: #00324D;
--day-width: 50px;
--day-height: 50px;
@aubrey
aubrey / start
Created May 14, 2013 02:49
Start boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="reset.css" rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet" type="text/css">