* {
box-sizing: border-box;
}
.row::after {
content: "";
clear: both;
display: table;
}
[class*="col-"] {
float: left;
padding: 15px;
}
html {
font-family: "Lucida Sans", sans-serif, time;
background-color: #f4f4f4;
}
.header {
background-color: #c5e1f3;
color: #ffffff;
padding-top: 5px;
height: 120px;
}
.header, h5{
font-size: 30px;
text-align: center;
}
.header .highlight, .header, .current a{
color:#e98f76;
font-weight: bold;
}
.nav_top{
height: 50px;
background-color:#c5e1f3;
margin-top: 0px;
padding-top: 5px;
margin-bottom: 0px;
}
.showcase{
min-height: 300px;
background:url("../Image/chow_img1.jpg") no-repeat ;
text-align: center;
color: black
}
.showcase, h7{
padding-top: 100px;
margin-top: 0px;
font-size: 35px;
text-align: center;
}
.dropbtn {
background-color: rgb(11, 126, 233);
color: white;
padding: 5px;
font-size: 13px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
left: 0;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color:#ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #dddddd;}
/* Om os*/
.main1, h1{
float: left;
font-size: 20px;
text-align: center;
}
.main1, a{
font-size: 13px;
}
.sidbare{
float: right;
}
.sidbare, h3{
text-align: center;
font-size: 15px;
}
/* Kontakt */
.kon_inf, a{
font-size: 13px;
padding-left: 30px;
padding-right: 30px;
}
.kon_inf, h9{
font-size: 20px;
text-align: center;
}
.button_1{
height:18px;
background:#e8491d;
border:2px;
padding:0px 20px 0px 20px;
color:#ffffff;
}
.dark{
padding: 15px;
background:#35424a;
color: #ffffff;
margin-top: 20px;
margin-bottom: 20px;
height: 450px;
}
/*menu{
text-aligne:center;
}
.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.menu li {
padding: 8px;
margin-bottom: 7px;
background-color: #33b5e5;
color: #ffffff;
box-shadow: 0 1px 3px rgba(0,0,0,10.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
background-color: blue;
}*/
/* index */
.services, .box{
height: auto;
margin: 0px;
}
.services, .box, h3{
font-size: 13px;
text-align:center;
border-radius: 1px solid #dddddd;
}
.services, h4{
text-align: center;
font-size: 20px;
}
img[src="/Image/stige.jpg"]{
border-radius: 20px;
height: 90px;
width: 105px;
margin: 0px;
padding: 0px;
}
img[src="/Image/fab.jpg"]{
border-radius: 20px;
height: 90px;
width: 105px;
margin: 0px;
padding: 0px;
}
img[src="/Image/privat.jpg"]{
border-radius: 20px;
height: 90px;
width: 105px;
margin: 0px;
padding: 0px;
}
.nav-mid {
background-color:#f4f4f4;
height: 300px;
}
.nav-mid, h4{
font-size:15px;
}
.nav-mid, p{
font-size: 30px;
}
img[src="/Image/logo.jpg"]{
height: 270px;
width: 250px;
float: right;
}
.abou_main, p{
float: left;
font-size: 13px;
text-align: left;
padding-left: 30px;
padding-right: 30px;
}
.abou_main, h8{
text-align: center;
font-size: 20px;
}
.aside {
float: right;
height: 300px;
background-color: #c5e1f3;
padding: 15px;
margin: 0px;
color: black;
text-align: center;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0,0,0,10.12), 0 1px 2px rgba(0,0,0,0.24);
}
.box1{
float: left;
padding: 5px 5px 5px 5px;
margin:0px 0px 0px 0px;
background-color: #dddddd;
height: 180px;
}
.box1, h4{
text-align: center;
font-size: 20px;
}
.box2{
float: left;
padding: 5px 5px 5px 5px;
margin:0px 0px 0px 0px;
background-color: #ffffff;
height: 180px;
border: 1px;
}
/* fælles */
.box1, p, li{
font-size: 13px;
}
.box2, h4{
text-align:centet;
font-size:20px;
}
.box2, p{
font-size:13px;
}
.footer {
float:left;
height:100px;
background-color: #444444;
color :#ffffff;
text-align: center;
font-size: 13px;
padding:10px;
}
/* For mobile phones: */
[class*="col-"] {
width: 100%;
}
@media only screen and (min-width: 600px) {
/* For tablets: */
.col-s-1 {width: 8.33%;}
.col-s-2 {width: 16.66%;}
.col-s-3 {width: 25%;}
.col-s-4 {width: 33.33%;}
.col-s-5 {width: 41.66%;}
.col-s-6 {width: 50%;}
.col-s-7 {width: 58.33%;}
.col-s-8 {width: 66.66%;}
.col-s-9 {width: 75%;}
.col-s-10 {width: 83.33%;}
.col-s-11 {width: 91.66%;}
.col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
}
#hallo{
max-width: 1150px;
margin: 0 auto;
}
her kommer stylen
Denne webside er under opbygning
men du kan se den på
www.webcopenhagen.dk