Skip to content

Commit

Permalink
Create licensing.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Jun 22, 2024
1 parent 49f0500 commit 8e3b708
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/components/licensing.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.licensing {
padding: 20px;
max-width: 900px;
margin: 0 auto;
font-family: Arial, sans-serif;
line-height: 1.6;
}

.licensing h1 {
border-bottom: 1px solid var(--text-color);
padding-bottom: 10px;
margin-bottom: 10px;
justify-content: left;
font-size: 42px;
color: #fff var(--text-color);
}

.licensing p {
margin-bottom: 15px;
}

.licensing h2 {
font-size: 1.5em;
margin: auto;

}


.licensing pre {
background-color: auto;
border-radius: 5px;
overflow-x: auto;
}

0 comments on commit 8e3b708

Please sign in to comment.