diff --git a/css/css/style.css b/css/css/style.css
new file mode 100755
index 0000000..10d6a10
--- /dev/null
+++ b/css/css/style.css
@@ -0,0 +1,149 @@
+/* BASE ------------------------------------------------- */
+
+* {
+ box-sizing: border-box;
+}
+body {
+ color: #343434;
+ font-size: 1rem;
+ line-height: 1.5;
+ text-align: center;
+ margin: 0;
+}
+ul {
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+}
+p {
+ margin-bottom: 1.25em;
+}
+
+/* HEADER & FOOTER ----------------------------------------- */
+
+header {
+ height: 450px;
+ position: relative;
+ clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
+ padding: 0.5em 1em;
+}
+header h1 {
+ color: #fff;
+ font-size: 4.8em;
+ margin-bottom: 0;
+ letter-spacing: 1px;
+}
+header p {
+ color: #f8f295;
+ font-size: 1.25em;
+ margin: 0;
+}
+footer {
+ padding: 3em 0 2em;
+ background-color: #eee;
+ margin-top: 3.5em;
+ -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
+}
+
+/* CONTAINERS ---------------------------------------------- */
+
+.intro {
+ margin: auto;
+ padding: 1em 1em 3em;
+}
+.intro p {
+ font-size: 1.2em;
+ margin-top: 0.5em;
+}
+.main-content {
+ display: grid;
+ grid-gap: 20px;
+ grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
+ padding: 0 10px;
+}
+
+/* COMPONENTS ----------------------------------------------- */
+
+.main-nav {
+ margin-top: 1em;
+}
+.main-nav li {
+ display: inline-block;
+}
+.main-nav a {
+ color: #fff;
+ font-size: 0.85em;
+ text-decoration: none;
+ text-transform: uppercase;
+ padding: 0.5em;
+ transition: 0.3s;
+}
+.card {
+ display: flex;
+ flex-direction: column;
+ padding: 1.5em 1em;
+ border: 1px solid #eee;
+ border-radius: 0.25em;
+}
+.card h2 {
+ font-size: 1.75em;
+ line-height: 1.25;
+ margin: 0.35em 0 0;
+}
+.img-featured {
+ width: 165px;
+ height: 165px;
+ border: 4px solid #fff;
+ border-radius: 50%;
+ margin-top: -150px;
+ position: relative;
+}
+.btn {
+ color: #fff;
+ font-weight: bold;
+ text-decoration: none;
+ text-transform: uppercase;
+ padding: 0.75em 1.5em;
+ border-radius: 0.35em;
+ display: inline-block;
+}
+.btn-callout {
+ font-size: 1.1em;
+}
+.btn-info {
+ font-size: 0.85em;
+ margin-top: auto;
+}
+.material-icons {
+ color: rgba(39, 141, 164, 0.6);
+ font-size: 2.15em;
+}
+
+
+/* MEDIA QUERIES ------------------------------------------------- */
+
+@media (max-width: 575px) {
+ header {
+ height: 340px;
+ }
+ header h1 {
+ font-size: 3.4em;
+ }
+ .img-featured {
+ display: none;
+ }
+}
+@media (min-width: 768px) {
+ .main-content {
+ width: 90%;
+ margin: 0 auto;
+ }
+}
+@media (min-width: 992px) {
+ header {
+ background-position: 0 0, 0 15%;
+ }
+ .intro {
+ width: 45%;
+ }
+}
\ No newline at end of file
diff --git a/css/css/variables.css b/css/css/variables.css
new file mode 100755
index 0000000..8943ce2
--- /dev/null
+++ b/css/css/variables.css
@@ -0,0 +1,62 @@
+/* VARIABLES --------------------------------------------------- */
+
+:root {
+ --color-primary: #278da4;
+ --color-secondary: #b13c69;
+
+ --color-bg: #3acec2;
+ --color-bg-light: #009fe1;
+
+ --gradient: var(--color-bg-light),
+ var(--color-bg);
+
+ --font-stack-primary: 'Raleway', sans-serif;
+ --font-stack-secondary: 'Bree Serif', serif;
+
+ --max-width: 1000px;
+ --gutter: 12px;
+}
+
+/* BASE STYLES ------------------------------------------------- */
+
+body {
+ font-family: var(--font-stack-primary);
+}
+
+h1,
+h2 {
+ font-family: var(--font-stack-secondary);
+}
+
+a,
+h2 {
+ color: var(--color-primary);
+}
+
+header {
+ background: linear-gradient(var(--gradient)), url('../img/bg.jpg') no-repeat;
+ background-blend-mode: multiply;
+ background-size: cover;
+}
+
+/* COMPONENT STYLES ----------------------------------------------- */
+
+.main-nav li {
+ margin: 0 var(--gutter);
+}
+
+.btn-callout {
+ background-color: var(--color-secondary);
+}
+
+.btn-info {
+ background-color: var(--color-primary);
+}
+
+/* MEDIA QUERIES -------------------------------------------------- */
+
+@media (min-width: 768px) {
+ .main-content {
+ max-width: var(--max-width);
+ }
+}
diff --git a/css/img/bg.jpg b/css/img/bg.jpg
new file mode 100755
index 0000000..16ba2d3
Binary files /dev/null and b/css/img/bg.jpg differ
diff --git a/css/img/featured.jpg b/css/img/featured.jpg
new file mode 100755
index 0000000..adff4a2
Binary files /dev/null and b/css/img/featured.jpg differ
diff --git a/css/index.html b/css/index.html
new file mode 100755
index 0000000..0a37116
--- /dev/null
+++ b/css/index.html
@@ -0,0 +1,55 @@
+
+
+
+
+
+ CSS Variables
+
+
+
+
+
+
+
+
+
+
+
Virtual Reality is becoming well known as a form of entertainment, but it's also finding its way into fields like architecture, industrial design, healthcare, and so much more!
+
Start Your VR Journey
+
+
+
+
+
videocam
+
Entertainment
+
Hundreds of VR games and films have been released already. Oculus Story Studio is one example of a company producing VR films.
+
Learn more
+
+
+
people
+
Social Networking
+
VR is finding its way into teleconferencing and social media. At the ethic conference in 2016 , Facebook demonstrated what it might look like in VR.
+
Learn more
+
+
+
school
+
Education
+
VR allows students to visit other places and other times. For instance, the BBC produced a 360° video that allows users to see the scale of dinosaurs in stereoscopic 3D.
+
Learn more
+
+
+
+
+ ©2017 Experience VR, The Site
+
+
+