Skip to content

Commit 001a5d5

Browse files
committed
modified: styles/main.css
1 parent d2beb6c commit 001a5d5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

styles/main.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
body{ /* Sets the background image for the site */
22
background-image: url('../res/background.png');
33
}
4+
45
.main { /* This controls the "main" part of the page i.e. what goes in the centre column */
56
background-color: #000000;
67
position: absolute;
78
margin-top: 50px;
8-
left: 20%;
9+
width: 50%;
10+
left: 21%;
911
padding-left: 4%;
1012
padding-right: 4%;
1113
color: #00FF00;
1214
}
1315

16+
a:link{
17+
color: #FFFF00;
18+
}
19+
20+
a:visited{
21+
color: #FFFF50;
22+
}
23+
1424
.main_body { /* This controls the "body" of the main central column i.e. not the title */
1525
margin-top: 50px;
26+
color: #FFFFFF;
1627
}

0 commit comments

Comments
 (0)