11.07/stilus.css

21 lines
343 B
CSS
Raw Normal View History

2022-11-07 09:29:53 +00:00
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;
}