Skip to content

Commit

Permalink
created infographic
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrajbharti committed Dec 31, 2023
1 parent 2c33185 commit 248cca4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,33 @@

.grunt-type:has(.dragon) {
background-color: #3033BB;
}

.grunt-type h1:has(span) {
block-size: 150px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}

.grunt-type h1 p {
font-size: 18px;
}

.grunt-type h1:has(ul) {
inline-size: 250px;
}

.grunt-type h1 ul {
margin-inline-start: 15px;
font-size: 18px;
}

.grunt-type h1:has(ul) span {
margin-inline-start: -50px
}

.grunt-type h1:has(p) span {
margin-inline-start: -5px
}

0 comments on commit 248cca4

Please sign in to comment.