Files
lab2/flatpages/static/index.css
2025-09-25 09:37:48 +03:00

30 lines
343 B
CSS

body {
background: #1abc9c;
font-family: Tahoma, Arial, sans-serif;
color: #333;
}
table {
border-collapse: collapse;
}
p, h4 {
font-size: 20px;
margin-bottom: 0;
}
h4 {
font-size: 14px;
}
ul, ol {
margin: 0;
}
table tr td {
padding: 5px;
}
table {
width: 100%;
}
img {
height: 30px;
width: auto;
}