atom-community / atom-community/atom-script
main.css
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
{
padding: 0;
margin: 0;
box-sizing: border-box;
}
html
body{
width: 100%;
font-size: 16px;
background-color: #000;
color: #fff;
}
main{
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
h1{
font-size: 250%;
}
Contributor guide
Assessment
This issue has not been assessed yet.