dolgozat_1107/dolgozat.css

16 lines
265 B
CSS
Raw Normal View History

2022-11-07 09:28:34 +00:00
h1, h2 {
text-align: center;
}
body {
background-color: lightgray;
}
aside {
text-align: right;
background-color: gray;
font-style: italic; border: 1px black solid;
border-radius: 5px;
padding: 5px; width: 15%;
float: right;
}