Telekocsi/telekocsi.css
knyiharrolandjanos fc5ccce04b tele
2022-10-12 12:56:10 +02:00

53 lines
639 B
CSS

.tartalom {
background-color: lightblue;
padding: 10px;
border: grey 2px;
}
h1 {
margin-bottom: 20px;
text-align: center;
text-decoration: underline;
font-size: 30px;
}
p {
text-align: justify;
}
img {
width: 250px;
}
ul {
list-style-type: none;
text-align: left;
padding: 10px;
float: left;
width: 100%;
background-color: blue;
color: yellow;
}
li {
display: inline;
padding-left: 40px;
}
#auto {
float: right;
}
.kiemelt {
color: red;
font-weight: bold;
}
body {
background-color: blue;
}
a {
color: yellow;
text-decoration: none;
}