first commit
This commit is contained in:
commit
fa58768553
57 changed files with 4134 additions and 0 deletions
18
src/styles/Jumbo.module.css
Normal file
18
src/styles/Jumbo.module.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
#jumbo {
|
||||
color: var(--text-primary);
|
||||
font-size: 2em;
|
||||
padding: 3rem 0 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#jumbo img {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#jumbo i {
|
||||
margin: 20px 0 30px;
|
||||
}
|
||||
|
||||
#jumbo #shortAbout {
|
||||
padding: 20px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue