11.07/stilus.css
vitanyikrisztian f3f1cfe6bf ajaj
2022-11-07 10:29:53 +01:00

21 lines
343 B
CSS

h1 {
text-align: center;
}
body {
background-color: #FF00FF;
}
aside {
text-align: right;
background-color: blue;
font-style: italic;
border: 1px black solid;
border-radius: 5px;
padding: 5px;
width: 15%;
float: right;
}
td {
font-size: medium;
background-color: blue;
color: white;
}