Improve styling
This commit is contained in:
parent
7c745ef87b
commit
c22f522c07
1 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
html {
|
||||
font-family: Verdana, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 30px;
|
||||
font-size: 25px;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
@ -18,7 +22,7 @@ div {
|
|||
}
|
||||
|
||||
#container {
|
||||
width: 2100px;
|
||||
width: 1024px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
@ -50,7 +54,8 @@ span .term {
|
|||
}
|
||||
|
||||
.title {
|
||||
color: black;
|
||||
color: #1a0daa;
|
||||
/* color: black; */
|
||||
}
|
||||
|
||||
.extract {
|
||||
|
|
Loading…
Add table
Reference in a new issue