mirror of
https://github.com/csd4ni3l/browser.git
synced 2026-01-01 04:03:43 +01:00
Add backgrounds to finish layout tutorial, add inline and remote CSS support with a default of browser.css which currently supports fonts and backgrounds
This commit is contained in:
43
assets/css/browser.css
Normal file
43
assets/css/browser.css
Normal file
@@ -0,0 +1,43 @@
|
||||
a {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
big {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
pre {
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
background-color: gray;
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: block;
|
||||
font-size: 200%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h2 {
|
||||
display: block;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h3 {
|
||||
display: block;
|
||||
font-size: 117%;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user