We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9290ea9 commit d2beb6cCopy full SHA for d2beb6c
styles/main.css
@@ -2,11 +2,13 @@ body{ /* Sets the background image for the site */
2
background-image: url('../res/background.png');
3
}
4
.main { /* This controls the "main" part of the page i.e. what goes in the centre column */
5
- background-color: #ffffec;
+ background-color: #000000;
6
position: absolute;
7
margin-top: 50px;
8
left: 20%;
9
- padding-right: 20%;
+ padding-left: 4%;
10
+ padding-right: 4%;
11
+ color: #00FF00;
12
13
14
.main_body { /* This controls the "body" of the main central column i.e. not the title */
0 commit comments