Skip to content

Commit

Permalink
There you go!
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunozhon committed Nov 26, 2020
1 parent e1842c9 commit c5639a0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bruno-awesome/0.1/css/bruno-awesome-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,34 @@
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
h6 {
font-size: 16px;
}
h5 {
font-size: 24px;
}
h4 {
font-size: 32px;
}
h3 {
font-size: 40px;
}
h2 {
font-size: 48px;
}
h1 {
font-size: 56px;
}
i, var, em {
font-style: italic;
}
b, strong {
font-weight: bold;
}
code, pre {
background-color: lightGray;
font-family: "Lucida Console", Courier, monospace;
}

0 comments on commit c5639a0

Please sign in to comment.