I'm having trouble getting my icons to align in the center of the screen and I can't figure out why it's not working CSS:
#Main{
position: absolute;
top: 50%;
left: 50%;
}
HTML:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id='Main'>
<a href="https://me.rx14.co.uk/OwnCloud/" target="_self"><img alt="OwnCloud" src="https://me.rx14.co.uk/img/owncloud.png" style="width: 250px; height: 250px;" /></a>
<a href="http://me.rx14.co.uk:8080/"><img alt="" src="https://me.rx14.co.uk/img/jenkins.png" style="width: 250px; height: 250px;" /></a>
<a href="https://me.rx14.co.uk/solder/"><img alt="Solder" src="https://me.rx14.co.uk/img/solder.png" style="width: 250px; height: 250px;" /></a><br />
<a href="https://me.rx14.co.uk/wx/"><img alt="" src="https://me.rx14.co.uk/img/wx.png" style="width: 250px; height: 250px;" /></a>
<a href="https://me.rx14.co.uk/munin/"><img alt="" src="https://me.rx14.co.uk/img/munin.png" style="width: 250px; height: 250px;" /></a>
<a href="https://me.rx14.co.uk/munin-live/"><img alt="" src="https://me.rx14.co.uk/img/munin_live.png" style="width: 250px; height: 250px;" /></a>
</div>
</body>
</html>
Result: