Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-1
QOS-React-1
/
fixtures
/
attribute-behavior
/
src
/
index.css
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
css
8 lines
87 Bytes
Copy permalink
Copy
Raw
1
*
{
2
box-sizing
:
border-box
;
3
}
4
5
body
{
6
font-family
:
monospace
;
7
font-size
:
12px
;
8
}