24 lines
331 B
CSS
24 lines
331 B
CSS
body{
|
|
background-image: url("photos/background.jpg");
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
|
|
color: darkgreen;
|
|
font-family: 'Times New Roman', Times, serif;
|
|
}
|
|
|
|
h1, h2{
|
|
text-align: center;
|
|
}
|
|
|
|
.hazak{
|
|
text-align: center;
|
|
}
|
|
|
|
img{
|
|
width: 150px;
|
|
}
|
|
|
|
th, td{
|
|
border: 3px black double;
|
|
} |