mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-11 22:50:49 +00:00
24 lines
358 B
Text
24 lines
358 B
Text
![]() |
Name: align attributes
|
||
|
|
||
|
=-=
|
||
|
div {
|
||
|
border: 1px solid black;
|
||
|
padding: 25px 50px 75px 100px;
|
||
|
background-color: lightblue;
|
||
|
}
|
||
|
p.center {
|
||
|
text-align: center;
|
||
|
color: red;
|
||
|
}
|
||
|
=-=
|
||
|
div {
|
||
|
border: 1px solid black;
|
||
|
padding: 25px 50px 75px 100px;
|
||
|
background-color: lightblue;
|
||
|
}
|
||
|
p.center {
|
||
|
text-align: center;
|
||
|
color: red;
|
||
|
}
|
||
|
=-=-=
|