7sys
This commit is contained in:
24
public/css/layout.css
Normal file
24
public/css/layout.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.container {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
main {
|
||||
margin-top: 2rem;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
|
||||
section {
|
||||
margin: 4rem 0;
|
||||
opacity: 0;
|
||||
transform: translateY(20px);
|
||||
animation: fadeIn 0.6s ease forwards;
|
||||
}
|
||||
|
||||
.mission-vision {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 2rem;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
Reference in New Issue
Block a user