Blog/Resources/Static/LandingPageWireframe.css

24 lines
249 B
CSS
Raw Normal View History

2023-09-28 15:20:36 +01:00
header{
font-size: 3rem;
margin-bottom: 2%;
}
main{
width: 60%;
}
section{
margin-top: 3rem;
}
.test{
margin: 10 0 10 0;
display: flex;
flex-direction: row;
gap: 2rem;
}
.test a{
text-dectration: underline;
}