Updated home.css

Fixed wrong border-radius for logo.
This commit is contained in:
Bobby Wibowo 2018-04-13 23:30:41 +07:00
parent dd43acecea
commit b83f4e3ce2
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
3 changed files with 10 additions and 14 deletions

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="libs/bulma/bulma.min.css?v=L4ZeQAC3XC">
<link rel="stylesheet" type="text/css" href="libs/fontello/fontello.css?v=L4ZeQAC3XC">
<link rel="stylesheet" type="text/css" href="css/style.css?v=L4ZeQAC3XC">
<link rel="stylesheet" type="text/css" href="css/home.css?v=L4ZeQAC3XC">
<link rel="stylesheet" type="text/css" href="css/home.css?v=KqYMorNQh2">
<script type="text/javascript" src="libs/sweetalert/sweetalert.min.js?v=L4ZeQAC3XC"></script>
<script type="text/javascript" src="libs/dropzone/dropzone.min.js?v=L4ZeQAC3XC"></script>
<script type="text/javascript" src="libs/axios/axios.min.js?v=L4ZeQAC3XC"></script>

View File

@ -2,6 +2,10 @@
width: 200px;
height: 200px;
border-radius: 100%;
display: inline-block;
margin-bottom: 40px;
position: relative;
vertical-align: top;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
-webkit-animation-duration: 1.5s;
@ -12,17 +16,14 @@
animation-name: floatUp;
-webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
border-radius: 24px;
display: inline-block;
height: 240px;
margin-bottom: 40px;
position: relative;
vertical-align: top;
width: 240px;
-webkit-box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
}
#b img.logo {
max-height: 200px;
}
#dropzone {
border: 1px solid #dbdbdb;
background-color: rgba(0, 0, 0, 0);
@ -66,11 +67,6 @@
font-size: 1rem;
}
img.logo {
max-height: 200px;
margin-top: 20px;
}
.dz-preview .dz-details {
display: -webkit-box;
display: -ms-flexbox;

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="libs/bulma/bulma.min.css?v=L4ZeQAC3XC">
<link rel="stylesheet" type="text/css" href="libs/fontello/fontello.css?v=L4ZeQAC3XC">
<link rel="stylesheet" type="text/css" href="css/style.css?v=L4ZeQAC3XC">
<link rel="stylesheet" type="text/css" href="css/home.css?v=L4ZeQAC3XC">
<link rel="stylesheet" type="text/css" href="css/home.css?v=KqYMorNQh2">
<!-- Open Graph tags -->
<meta property="og:type" content="website" />