first draft
This commit is contained in:
parent
fe3676ab98
commit
cbb964a970
5 changed files with 71 additions and 1 deletions
28
assets/css/style.css
Normal file
28
assets/css/style.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
body {
|
||||
font-family: system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,Helvetica,Arial,"Helvetica Neue",sans-serif;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.hero-img {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
p.bigger {
|
||||
font-size: 1.2rem;
|
||||
}
|
BIN
assets/img/c3cat-c3sign-cccamp23.jpg
Normal file
BIN
assets/img/c3cat-c3sign-cccamp23.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
Loading…
Add table
Add a link
Reference in a new issue