Skip to content

noblemacaron/style.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

/* styles.css */
body {
    font-family: Arial, sans-serif;
}

#game-container {
    text-align: center;
    margin-top: 50px;
}

#level-selection button {
    margin: 5px;
    padding: 10px 20px;
    font-size: 16px;
}

#game-area {
    margin-top: 20px;
}

#code-editor {
    width: 80%;
    height: 300px;
    margin: 0 auto;
    border: 1px solid #000;
}

#submit-button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages