first commit
This commit is contained in:
parent
f2d10b750a
commit
2159731a5d
52
style.css
Normal file
52
style.css
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
body{
|
||||||
|
color: navy;
|
||||||
|
font-family: Verdana;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
#tartalom{
|
||||||
|
width: 960px;
|
||||||
|
height: 100vh;
|
||||||
|
background: skyblue;
|
||||||
|
border-left: 15px double blue;
|
||||||
|
}
|
||||||
|
p{
|
||||||
|
text-align: justify;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
h1, h2 {
|
||||||
|
font-variant: small-caps;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
border-bottom: 1px solid blue;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.fénykép img{
|
||||||
|
margin: 10px;
|
||||||
|
border: 1px solid blue;
|
||||||
|
width: 150px;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
a{
|
||||||
|
text-decoration: none;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user