atom-community / atom-community/atom-script

main.css

Open
#2,544 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.