diff --git a/css/custom.css b/css/custom.css
index d679a2b..b9c99a9 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -1,34 +1,43 @@
.icon {
- width: 40px;
+ width: 50px;
}
+
.center {
margin-left: auto;
margin-right: auto;
}
+
#background {
background-image: url("/images/art/back.jpeg");
background-attachment: fixed;
}
+
#backgroundtwo {
background-image: url("/images/art/back2.jpg");
background-attachment: fixed;
background-repeat: repeat;
}
+
#backgroundthree {
background-image: radial-gradient(circle, #E6E1C7, #D64B12);
}
+
.shadow {
box-shadow: 10px 10px 10px #1C1C1C;
}
+
.rounded {
border-radius: 3px;
}
+
.padded {
padding: 20px;
}
+
.bordered {
border: 2px solid #000;
}
+
.photothumb {
width: 180px;
height: 140px;
diff --git a/index.html b/index.html
index 7f8e3b6..79a024e 100644
--- a/index.html
+++ b/index.html
@@ -99,12 +99,11 @@
My main computer is currently a mid-2012 Macbook Pro, which I have modified considerably. I've upgraded the ram to 8GB, and replaced the optical drive with a hard drive caddy, which contains a WD Blue 1TB. I'll probably purchase another 1TB drive to put in the normal hard drive slot too.
+My main computer is currently a mid-2012 Macbook Pro, which I have modified considerably. I've upgraded the ram to 8GB, and replaced the optical drive with a hard drive caddy, which contains a WD Blue 1TB. I'll probably purchase another 1TB drive to put in the normal hard drive slot too. I'm stuck with Intel Integrated Grapics though.