css-team: first homepage

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@41 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
britea 2018-11-06 12:39:10 +00:00
parent 685fcd039e
commit af4d0bcd91
2 changed files with 33 additions and 1 deletions

View File

@ -74,3 +74,23 @@ main {
ul, dl, ol {
margin-left: 2em;
}
/* ------- HOMEPAGE --------*/
video{
width:70%;
margin:auto;
display:block;
}
.cont3step{
width: calc(70% + 50px);
margin: 50px auto;
}
.cont3step span{
width: calc(33% - 50px);
background-color: white;
height: 300px;
margin: 0 25px;
}

View File

@ -4,4 +4,16 @@ author: A bunch of people
title: Home page
---
<a href="/pages/cmd/basic/ls">Example LS command</a><br>
<a href="/pages/cmd/basic/cd">Example CD comment</a>
<a href="/pages/cmd/basic/cd">Example CD comment</a><br>
<video controls>
<source src="site/assets/style/prew.mp4" type="video/mp4">
</video>
<div class="cont3step">
<span>
</span>
<span>
</span>
<span>
</span>
</div>