mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
25 lines
259 B
CSS
25 lines
259 B
CSS
#one {
|
|
text-align: left;
|
|
background: lightblue;
|
|
|
|
}
|
|
|
|
#two {
|
|
text-align: center;
|
|
background: indianred;
|
|
}
|
|
|
|
#three {
|
|
text-align: right;
|
|
background: palegreen;
|
|
}
|
|
|
|
#four {
|
|
text-align: justify;
|
|
background: palevioletred;
|
|
}
|
|
|
|
Static {
|
|
padding: 1;
|
|
}
|