responsive design
This commit is contained in:
parent
1444d52173
commit
73c1806640
1 changed files with 10 additions and 6 deletions
16
styles.css
16
styles.css
|
@ -1,9 +1,13 @@
|
|||
body {
|
||||
font-family: Courier;
|
||||
width: 700px;
|
||||
margin: auto;
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: Courier;
|
||||
body {
|
||||
font-family:
|
||||
Courier New,
|
||||
Courier,
|
||||
Monospace;
|
||||
width: 700px;
|
||||
max-width: calc(100% - 20px);
|
||||
margin: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue