feat(sreez): Add basic SREEZ website, almost ready for first deployment
This commit is contained in:
40
nationtech-io/style/main.scss
Normal file
40
nationtech-io/style/main.scss
Normal file
@@ -0,0 +1,40 @@
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
text-align: center;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
.subtitle {
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.card-list {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
text-align: left;
|
||||
justify-content: center;
|
||||
.card {
|
||||
max-width: 400px;
|
||||
border: solid 3px black;
|
||||
border-radius: 20px;
|
||||
margin: 30px;
|
||||
|
||||
h3 {
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
padding-right: 15px;
|
||||
li {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user