Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webbserverprogrammering/exercises/inkluderaFiler/incl2/

index.php
ovandel.php
slump.php
style.css
tre.php
två.php
underdel.php

style.css

14 lines ASCII Windows (CRLF)
  body{
  font-family: arial;
  background-color: #ae3822;
 }
 .container{
 width: 80%;
 margin: auto;
 background-color: #118399;
 padding: 15px;
}
nav ul li{display: inline;}
nav ul{list-style-type: none;}
article{font-size: 30px;}
footer{text-align: center;}