A Pen by Monica Powell on CodePen.
Created
August 2, 2021 05:34
-
-
Save CodeMyUI/0442a1688682f21fd09a4a999015af6a to your computer and use it in GitHub Desktop.
Diginotes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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