diff --git a/assets/study.jpg b/assets/study.jpg deleted file mode 100644 index 61f4a3c..0000000 Binary files a/assets/study.jpg and /dev/null differ diff --git a/css/style.css b/css/style.css index 9cbb69b..62b7cc4 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,12 @@ -body { +/* body { background-color: black; color: white; - text-align: center; - /* change all font to Open Sans */ - font-family: 'Open Sans', sans-serif; +} */ +body { + background-image: url("../assets/pixels.jpg"); + background-repeat: no-repeat; + background-size: cover; + text-align: center; + /* change all font to Open Sans */ + font-family: "Open Sans", sans-serif; } diff --git a/css/style_samples.css b/css/style_samples.css new file mode 100644 index 0000000..64ca122 --- /dev/null +++ b/css/style_samples.css @@ -0,0 +1,8 @@ +h1 { + font-size: 60px; + font-weight: 700; + color: #fff; + text-shadow: 0 0 10px #000; + margin: 0; + padding: 0; +} diff --git a/index.html b/index.html index 35c7b2d..8daaddb 100644 --- a/index.html +++ b/index.html @@ -1,25 +1,24 @@ - - - + + Code Samples - - - - - + + + + + - +

Code Samples

Things I've found about the following technology:

- - - A picture of geometric coloured dots - - \ No newline at end of file + + diff --git a/samples/css.html b/samples/css.html index e69de29..768a704 100644 --- a/samples/css.html +++ b/samples/css.html @@ -0,0 +1,19 @@ + + + + + CSS Samples + + + + + + + + +

CSS Samples

+ + diff --git a/samples/html.html b/samples/html.html index e69de29..f96c485 100644 --- a/samples/html.html +++ b/samples/html.html @@ -0,0 +1,19 @@ + + + + + HTML Samples + + + + + + + + +

HTML Samples

+ + diff --git a/samples/powershell.html b/samples/powershell.html index e69de29..4f11872 100644 --- a/samples/powershell.html +++ b/samples/powershell.html @@ -0,0 +1,19 @@ + + + + + Posh Samples + + + + + + + + +

Posh Samples

+ +