Skip to content

Instantly share code, notes, and snippets.

@DarjaSis
DarjaSis / css
Created May 5, 2022 07:58
Tea Cozy project
* {
background-color: black;
font-family: Helvetica;
color: seashell;
text-align: center;
font-size: 22px;
}
.header {
@DarjaSis
DarjaSis / index.html
Created April 15, 2022 07:04
StyleGuide
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta lang="eng">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="styles.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,300;0,600;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
body {
background-color: darkkhaki;
}
thead {
background-color: khaki;
color: black;
text-align: center;
text-transform:uppercase;
border: 1px solid darkolivegreen;
font-size: 22px;
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta lang="eng">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="styles.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Hurricane&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Abel&display=swap" rel="stylesheet">