PRV-Website/style.css

35 lines
505 B
CSS
Raw Permalink Normal View History

2024-04-26 18:33:11 +02:00
body{
text-align: center;
background-color: darkorange;
font-size: 2em;
color: white;
font-family:monospace;
}
#heading{
width: 800px;
margin: auto;
background-color: white;
border-style: groove;
border-width: 30px;
border-color: black;
color: black;
}
#projects{
width: 1200px;
margin: auto;
background-color: white;
border-style: groove;
border-width: 20px;
border-color: black;
color: black;
overflow-x: scroll;
}