clean html and css
parent
1afe6c5dcc
commit
4f4c8ecdf3
70
estils.css
70
estils.css
|
@ -43,6 +43,7 @@ table {
|
|||
border-spacing: 0;
|
||||
}
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
/*styles*/
|
||||
body{
|
||||
|
@ -58,7 +59,6 @@ div{
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
h1{
|
||||
font-weight: 900;
|
||||
font-size: 28px;
|
||||
|
@ -112,12 +112,6 @@ a:hover{
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
/* img{
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
} */
|
||||
|
||||
footer{
|
||||
padding: 30px 16px 30px 16px;
|
||||
background-color: black;
|
||||
|
@ -139,57 +133,23 @@ footer{
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
#col2 {
|
||||
/* #col2 {
|
||||
|
||||
}
|
||||
} */
|
||||
|
||||
#col3 {
|
||||
text-align: right;
|
||||
padding-right: 100px;
|
||||
}
|
||||
|
||||
/* Clear floats after the columns */
|
||||
/* .row:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
} */
|
||||
|
||||
/* .header{
|
||||
max-height: 405px;
|
||||
padding: 16px; */
|
||||
/* background-image: url(fondu.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
background-size: cover; */
|
||||
/* color: #f5f0ed;
|
||||
position: relative;
|
||||
} */
|
||||
|
||||
.headerbar{
|
||||
/*amb això la imatge em queda dins del div, segurament no és lo millor... */
|
||||
/* amb això la imatge em queda dins del div, segurament no és lo millor... */
|
||||
/* height: 100px; */
|
||||
height: 5vh;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
||||
.logo{
|
||||
/* float: left;
|
||||
width: 160px; */
|
||||
|
||||
/* position: relative; */
|
||||
/* min-height: 465px; */
|
||||
/* padding: 16px; */
|
||||
/* background-size: cover;
|
||||
background-image: url(Imgs/Fondo1.jpg); */
|
||||
/* object-fit: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: center; */
|
||||
/* z-index: -1;
|
||||
color: #f5f0ed; */
|
||||
|
||||
height: 100%;
|
||||
float: left;
|
||||
}
|
||||
|
@ -199,28 +159,6 @@ footer{
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 50%;
|
||||
/* text-align: center; */
|
||||
}
|
||||
|
||||
.caixa1{
|
||||
/* min-height: 465px; */
|
||||
padding: 16px;
|
||||
background-size: cover;
|
||||
|
||||
object-fit: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
z-index: -1;
|
||||
color: #f5f0ed;
|
||||
}
|
||||
|
||||
.caixa2{
|
||||
background-color: #d03b40;
|
||||
box-sizing: border-box;
|
||||
color: #f5f0ed;
|
||||
padding: 50px 16px 50px 16px;
|
||||
max-height: 280px;
|
||||
}
|
||||
|
||||
#languageShortname{
|
||||
|
|
|
@ -12,9 +12,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<!-- <h1>bon dia</h1> -->
|
||||
</header>
|
||||
<header></header>
|
||||
<div class="headerbar">
|
||||
<img class="logo" src="header_kinnikustudios_logo_black.svg" alt="Kinniku Studios Logo">
|
||||
<h3 id="languageShortname">EN</h3>
|
||||
|
|
Loading…
Reference in New Issue