Kover as a service ( Formerly on [https://kaas.fun](kaas.fun) )
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
1.2 KiB

9 years ago
.bg {
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed;
top: 0;
left: 0;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
.bg {
left: 50%;
margin-left: -512px; /* 50% */
}
}
.row {
position: relative;
width: 500px;
margin: 50px auto;
padding: 20px;
background: white;
-moz-box-shadow: 0 0 20px black;
-webkit-box-shadow: 0 0 20px black;
box-shadow: 0 0 20px black;
text-align: center;
9 years ago
}
.header{
text-align: center;
9 years ago
}
9 years ago
img.profile{
display:block;
-moz-box-sizing: border-box;
box-sizing: border-box;
/*background: url(../images/modi.jpg) no-repeat center/75%;*/
width: 380px; /* Width of new image */
9 years ago
height: 380px; /* Height of new image */
margin: 0 auto;
-moz-box-shadow: 0 0 10px black;
-webkit-box-shadow: 0 0 10px black;
box-shadow: 0 0 10px black;
9 years ago
}
h1 {
font-size: 28px;
font-weight: bold;
9 years ago
}
a .button{
margin: 0 auto;
9 years ago
}
.footer{
margin-top: 20px;
float: right;
text-decoration: none;
9 years ago
}
ul.share-buttons li{
display: inline;
}
ul.share-buttons{
9 years ago
padding:10px;
margin: 0 auto;
}
p{
text-align: left;
9 years ago
}