website_test/src/Test.css
Eoghan Conlon 99e1b00a8e
All checks were successful
On_Push / deploy (push) Successful in 12s
Feat. Adding my own website to this repo
2024-09-26 09:18:51 +01:00

56 lines
No EOL
967 B
CSS

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