Skip to content

Commit

Permalink
revise color content
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyizho authored Jul 13, 2024
1 parent 193d8e8 commit f279ba8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions identifying_scoping_an_equitable_data_project.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,16 @@
.blue { color: blue; }
.purple { color: purple; }
.placeholder {
display: inline-block;
border-bottom: 1px solid;
width: 200px;
text-decoration: underline;
color: inherit;
}
.center-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}
</style>

Expand Down

0 comments on commit f279ba8

Please sign in to comment.