Skip to content

Commit d2beb6c

Browse files
committed
Changing the text box colour scheme
1 parent 9290ea9 commit d2beb6c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

styles/main.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ body{ /* Sets the background image for the site */
22
background-image: url('../res/background.png');
33
}
44
.main { /* This controls the "main" part of the page i.e. what goes in the centre column */
5-
background-color: #ffffec;
5+
background-color: #000000;
66
position: absolute;
77
margin-top: 50px;
88
left: 20%;
9-
padding-right: 20%;
9+
padding-left: 4%;
10+
padding-right: 4%;
11+
color: #00FF00;
1012
}
1113

1214
.main_body { /* This controls the "body" of the main central column i.e. not the title */

0 commit comments

Comments
 (0)