Michael_Schumacher/MichaelSchumacher/style.css
2022-03-25 10:16:37 +01:00

55 lines
779 B
CSS

h1, h2 {
font-variant: small-caps;
margin: 10px;
}
h1 {
border-bottom: 1px solid blue;
width: 80%;
}
div.fénykép img{
float: right;
width: 150px;
margin: 10px;
border: 1px solid blue;
}
table {
margin: 0px auto;
padding: 10px;
width:80%;
border: 1px solid blue;
}
tr:nth-child(even) {
background-color: cornflowerblue;
}
td:last-child {
text-align: right;
}
body{
color: navy;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
p {
margin: 10px;
text-align: justify;
}
#tartalom {
width: 960px;
height: 100vh;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background: skyblue;
border-left: 15px blue double;
}
a {
text-decoration: none;
color: white;
}