mirror of
https://github.com/arnaucube/ivardiaweb.git
synced 2026-02-07 03:46:40 +01:00
estructura index.html acabada, falten imatges, icones, tipo, textos
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
<body onload='OnLoadIndex();'>
|
||||
<div class='own-container'>
|
||||
<img class='own-indexBackgroundImage' src='http://placehold.it/1920x1080' />
|
||||
<div class='own-lang'>
|
||||
<a href="#">CAT</a>
|
||||
<a href='#'>CAST</a>
|
||||
<a href='#'>ENG</a>
|
||||
</div>
|
||||
<div class='own-menu'>
|
||||
<img class='own-overImage-logo' src='http://placehold.it/200x50' />
|
||||
<div class='own-menuButtons'>
|
||||
@@ -41,6 +46,9 @@
|
||||
<img class='own-socialNetwork' src='http://placehold.it/40x40' />
|
||||
<img class='own-socialNetwork' src='http://placehold.it/40x40' />
|
||||
</div>
|
||||
<div class='own-teaser'>
|
||||
TEASER
|
||||
</div>
|
||||
</div>
|
||||
<div class='temp-marge1'>-</div>
|
||||
<div class='own-caixaDescripcioIndex'>
|
||||
|
||||
38
own.css
38
own.css
@@ -24,9 +24,23 @@ a:active {
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.own-lang{
|
||||
text-align: right;
|
||||
margin-right: 50px;
|
||||
display: block;
|
||||
}
|
||||
.own-lang a:link{
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
margin: 10px;
|
||||
}
|
||||
.own-lang a:visited{
|
||||
color: #ffffff;
|
||||
}
|
||||
.own-menu{
|
||||
margin-top: 5%;
|
||||
display: block;
|
||||
}
|
||||
.own-overImage-logo{
|
||||
border: 1px solid #000000;
|
||||
@@ -53,7 +67,7 @@ a:active {
|
||||
}
|
||||
.own-mainTitleBox{
|
||||
left: 0;
|
||||
margin-top: 14%;
|
||||
margin-top: 10%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -73,14 +87,21 @@ a:active {
|
||||
.own-socialNetworks{
|
||||
margin-left: 2%;
|
||||
margin-top: 5%;
|
||||
display: inline-block;
|
||||
}
|
||||
.own-socialNetwork{
|
||||
display: inline-block;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
.own-teaser{
|
||||
float: right;
|
||||
margin-right: 2%;
|
||||
margin-top: calc(6% + 10px);
|
||||
}
|
||||
|
||||
.temp-marge1{
|
||||
margin-top: 50%;
|
||||
display: inline-block;
|
||||
margin-top: 10%;
|
||||
}
|
||||
.own-caixaDescripcioIndex{
|
||||
margin-top: 50px;
|
||||
@@ -91,8 +112,8 @@ a:active {
|
||||
}
|
||||
.own-caixaImatgesIndex{
|
||||
margin-top: 50px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
.own-imatgeIndex{
|
||||
@@ -101,10 +122,9 @@ a:active {
|
||||
}
|
||||
|
||||
.own-footer{
|
||||
margin-top: auto;
|
||||
margin-left: auto;
|
||||
background: #262626;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background: #262626;
|
||||
height: 250px;
|
||||
padding: 2%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user