Blogger için Çok Şık Hesap Makinesi Oluşturma
Bugün sizlere çok Blogger için çok şık Hesap Makinesi oluşturmayı anlatacağım. Öncelikle aşağıda ki CSS kodlarını temanızda bulunan
</b:skin> kodunun üzerine geleek şekilde ekleyin. <style>
/* HTML Calculator by Tech & Fun Zone */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,900');
.calc {
display: flex;
flex-direction : column;
width: 330px;
height: 600px;
margin : 50px;
background-color: #080636;
background-image: linear-gradient(315deg, #080636 0%, #414141 104%);
border-radius: 20px;
box-shadow : 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.calc-title {
display: flex;
flex-direction: column;
justify-content: center;
height: 40px;
align-items: center;
}
.calc-title-span {
color: #17e82e;
font-size: 15px;
letter-spacing: 1px;
font-weight: 700;
line-height: 20px;
}
.calc-title-hr {
width: 200px;
height: 10px;
background-color: #17e82e;
opacity: 0.8;
}
.cal…