website_test/src/Test.css

56 lines
967 B
CSS
Raw Normal View History

/*There is nothing more permanent then a temporary solution*/
body{
background-color: slategrey;
}
h1{
color: azure;
text-align: center;
font-family: Arial, serif;
font-size: 30px;
}
h2{
color: azure;
text-align: center;
font-family: Arial, serif;
font-size: 25px;
}
h3{
color: azure;
text-align: center;
font-family: Arial, serif;
font-size: 20px;
font-weight: bold;
}
h4{
color: azure;
text-align: center;
font-family: Arial, serif;
font-size: 20px;
font-weight: bolder;
}
p{
font-family: Arial, serif;
font-size: 20px;
color: white;
text-align: center;
}
table{
color: aliceblue;
font-family: Arial, serif;
font-size: 15px;
text-align: center;
}
th{
font-size: 20px;
text-align: center;
}
footer p{
font-size: 10px;
text-align: center;
}
.wrapper{
height: auto;
display: flex;
align-items: center;
justify-content: center;
}