1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- html {background:#1b1b1b; color:white;}
- body {
- font-size:15px;
- }
- p{
- font-size:23px;
- }
- .home {
- background:#1b1b1b; color:white;font-size:30px;margin-left:50px;
- }
- .name {
- font-size: 60px;
- color: #E7A4A4;
- text-align:center;
- margin:20px;
- }
- .table {
- font-size: 30px;
- color: #E7A4A4;
- text-align:center;
- width:550px;
- margin: 0 auto;
- border-spacing: 0px;
- }
- .tableel {
- height:45px;
- box-shadow: 0 0 5px #d27c7b;
- border:1px;
- border-color:#D27C7B;
- padding: 0px;
- }
- .middle {
- background-color:#F7D2D1;
- }
- .butt {
- width:40px;
- height:40px;
- color:red;
- background: transparent url('cat.png') 0% 0% no-repeat padding-box;
- background-size:64px 64px;
- }
- .buttonmus {
- width:64px;
- height:64px;
- background: transparent url('mus.png') 0% 0% no-repeat padding-box;
- background-size:64px 64px;
- background-position:center center;
- border:0px;
- }
- .forma {
- margin:30px;
- font-size: 20px;
- color: #E7A4A4;
- text-align:center;
- }
- .form-group {
- font-size: 20px;
- color: #E7A4A4;
- }
- .cat {
- padding:30px;
- float:right;
- margin:0px;
- }
|