diff --git a/css/layout.css b/css/layout.css new file mode 100644 index 0000000..d0295b4 --- /dev/null +++ b/css/layout.css @@ -0,0 +1,70 @@ +* { + margin: 0; + padding: 0; +} + +html, body { + min-height: 100%; +} + +body { + min-height: 100%; + position: relative; + z-index: 1; +} + +section:last-of-type { + padding-bottom: 300px; +} + +footer { + height: 300px; + position: absolute; + bottom: 0px; + background-color: #000; + width: 100%; + z-index: 1; + background-image: url("http://assets.hardwarezone.com/img/2013/04/Screenshot_2013-05-15_at_12_38_58_AM.jpg"); + background-position: center; + background-attachment: fixed; +} + +section { + min-height: 500px; + height: 100%; + margin-right: 10%; + margin-left: 10%; + z-index: 2; + +} + +header { + height: 100%; + background-color: 3f5; +} + +nav { + width: 800px; + margin-left: auto; + margin-right: auto; + min-height: 20px; + height: 50px; + bottom: 0px; +} + +li { + display: inline; + margin-left: 125px; +} + +#Stadgar { + +} + +#Personer { + +} + +#Projekt { + +} diff --git a/css/master.css b/css/master.css deleted file mode 100644 index 0dc5787..0000000 --- a/css/master.css +++ /dev/null @@ -1,5 +0,0 @@ -body { - color: blue; - background: purple; - //Detta är en kommentar -} diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..6748186 --- /dev/null +++ b/css/style.css @@ -0,0 +1,19 @@ +.iconiccol { + color: #FCB944; +} + +.iconiccolback { + background-color: #FCB944; +} + +.back1 { + background-color: rgba(0,0,0,0.1); +} + +.back2 { + background-color: rgba(0,0,0,0.2); +} + +.back3 { + background-color: rgba(0,0,0,0.3); +} \ No newline at end of file diff --git a/index.html b/index.html index 15ee1fb..a5fe025 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,28 @@
-