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:
parent
d583d68b05
commit
0bd8b4dd59
2 changed files with 33 additions and 1 deletions
site
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue