mirror of
https://github.com/fazo96/pbs.git
synced 2025-01-30 14:54:20 +01:00
7 lines
96 B
CSS
7 lines
96 B
CSS
|
body { height: 100%; }
|
||
|
#pert {
|
||
|
height: 600px;
|
||
|
width: 100%;
|
||
|
border: 1px solid lightgray;
|
||
|
}
|