123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- h1 {
- text-align: center;
- color: red;
- }
- table {
- margin: 0 auto;
- }
- td {
- height: 100px;
- width: 200px;
- text-align: center;
- padding: 10px;
- }
- img {
- height: 100px;
- width: 200px;
- display: block;
- margin: 0 auto;
- }
- img {
- float: right;
- margin-left: 30px;
- }
- p {
- text-align: justify;
- }
- p {
- text-align: justify;
- }
- h2 {
- color: red;
- }
- ul {
- list-style-type: square;
- }
- li {
- color: blue;
- }
|