Files
Frontend/25_01_06/matra/src/Style.css
szabomarton ec6df2d6df added asd
2025-01-06 13:53:54 +01:00

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;
}