Skip to content

Instantly share code, notes, and snippets.

@rickdaalhuizen90
Created November 20, 2021 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickdaalhuizen90/7459f778670f01f95703ede5c01012ce to your computer and use it in GitHub Desktop.
Save rickdaalhuizen90/7459f778670f01f95703ede5c01012ce to your computer and use it in GitHub Desktop.
Diginotes
<head>
<link href="https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap" rel="stylesheet">
</head>
<body>
<h1>Diginotes</h1>
<p>whoever a veterinarian chief of pediatric surgery fully relatively frequently Calliope Dr.Cristina Yang Richard orthopedic surgeon Mark Finn Olivia seriouslyApril highly most Tyler cried quite <span class="error"> <del>Dr. Sydney Heron push </del> </span>one of epi begin Dr. Sydney Heron surgical resident totally Dr. Richard Webber start a central line essentially relatively surgicial definitely apparently effectively <span class="highlight">Dr. Cristina Yang an intern a nurse Yang <span class="error">orthopedic</span> surgeon okay Dr. Jackson Avery practically</span> Alex approximately Isobel Meredith's father Jackson obviously a surgical resident really</p>
<p> <del>Dr. Margaret Campbell</del> Dr. Cristina Yang typically Finn Denny an anesthesiologist a surgical resident exactly Seattle obviously seriously Grey maybe Robert specifically surgeon Dr. Arizona Robbins Dr. Callie Torres try my person <span class="highlight">George essentially ok Mercy West Chief practically frankly an OB-GYN fairly highly Dr. Jackson Avery obviously orthopedic surgeon</span> April Arizona Tucker effectively chief of surgery Olivia a nurse Webber completely typically certainly Surgery he's in V-Fib Colin whatever Theodora generally</p>
<p>whoever a veterinarian chief of pediatric surgery fully relatively frequently Calliope Dr.Cristina Yang Richard orthopedic surgeon Mark Finn Olivia seriously April highly most Tyler cried quite Dr. Sydney Heron push one of epi begin Dr. Sydney Heron surgical resident totally Dr. Richard Webber start a central line essentially relatively surgicial definitely apparently effectively Dr. Cristina Yang an intern a nurse Yang orthopedic surgeon okay Dr. Jackson Avery practically Alex approximately Isobel Meredith's father Jackson obviously a surgical resident really</p>
<p>Dr. Margaret Campbell Dr. Cristina Yang typically Finn Denny an anesthesiologist a surgical resident exactly Seattle obviously seriously Grey maybe Robert specifically surgeon Dr. Arizona Robbins Dr. Callie Torres try my person George essentially ok Mercy West Chief practically frankly an OB-GYN fairly highly Dr. Jackson Avery obviously orthopedic surgeon April Arizona Tucker effectively chief of surgery Olivia a nurse Webber completely typically certainly Surgery he's in V-Fib Colin whatever Theodora generally</p>
</body>
body {
color: #2a2135;
background-color: #fbf4ff;
font-family: "Caveat Brush", cursive;
}
p {
line-height: 30px;
font-size: 24px;
max-width: 800px;
}
.highlight {
background-color: #d7a7cd;
background-image: linear-gradient(to right, #b285bf 0%, #d7a7cd 100%);
}
.error {
border: 3px solid #b71919;
border-radius: 50%;
border-width: medium thin thick 10px;
}
del {
text-decoration: line-through;
background-color: #b719192b;
color: #a12323;
}
::-moz-selection,
::selection {
background-color: #d7a7cd;
background-image: linear-gradient(to right, #b285bf 0%, #d7a7cd 100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment