mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-23 04:10:00 +00:00
35 lines
302 B
CSS
35 lines
302 B
CSS
* {
|
|
font-family: Arial, Verdana, sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
font-family: "Courier New", monospace;
|
|
}
|
|
|
|
i {
|
|
color: green;
|
|
}
|
|
|
|
i {
|
|
color: red;
|
|
}
|
|
|
|
b {
|
|
color: pink;
|
|
}
|
|
|
|
p b {
|
|
color: blue !important;
|
|
}
|
|
|
|
p b {
|
|
color: violet;
|
|
}
|
|
|
|
p#intro {
|
|
font-size: 100%;
|
|
}
|
|
|
|
p {
|
|
font-size: 75%;
|
|
} |