parent
870a917e50
commit
b4170fbaff
3 changed files with 8 additions and 16 deletions
|
@ -14,7 +14,6 @@ a{
|
||||||
background-color: white;
|
background-color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
overflow: auto;
|
|
||||||
box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
|
box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -165,6 +164,4 @@ div#slider figure {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
animation: 16s slidy infinite;
|
animation: 16s slidy infinite;
|
||||||
}
|
}
|
||||||
/*============================================*/
|
/*==========================================================================================*/
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
@media (min-width:48em){
|
@media (min-width:48em){
|
||||||
|
.header{
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
.header li{
|
.header li{
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,14 +33,6 @@
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex-container">
|
|
||||||
<div>Robot Nao</div>
|
|
||||||
<div>Robot Valkyrie</div>
|
|
||||||
<div>Robot Terminator</div>
|
|
||||||
<div>Robot x</div>
|
|
||||||
<div>Robot y</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Reference in a new issue