<!DOCTYPE html>
<html>
<head>
<title>Kodeks Editör</title>
<link href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css' rel='stylesheet' />
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed');
body {font-family: 'Fira Sans Condensed', sans-serif;
-webkit-font-smoothing: antialiased;margin: 30vh auto 0 auto;text-align: center;}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#pmmash {
margin: 0 auto;
padding: 20px;
border-style: solid;
border-color: #34495e;
border-width: 5px;
background: #ecf0f1;
max-width: 450px
}
#pmmash a {
color: white
}
.roundbtn {
width: 85px;
height: 85px;
border: 5px solid #9a9a9a;
display: inline-block;
background-color: #6c6161;
-moz-border-radius: 75px;
-webkit-border-radius: 75px;
border-radius: 75px;
-moz-transition: all 35ms linear;
Yorum Gönder