motsmeles/src/css/style.css

19 lines
597 B
CSS
Raw Normal View History

2015-01-25 23:53:42 +01:00
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: bold;
}
h1 {
width: 600px;
text-align: center;
margin: 15px auto;
z-index: 10;
font-weight: bold;
color: #6C9BD9;
font-size: 50px;
}
2015-01-27 17:07:20 +01:00
ul {list-style: none; float: left; margin: 50px 30px; line-height: 20px; font-size: 16px}
2015-01-25 23:53:42 +01:00
ul li.validate {color: green; font-weight: bold; text-decoration : line-through;}
ul li.validate:before {content: '\2713 '; color: green; font-weight: bold;}
2015-01-27 17:07:20 +01:00
.canvas-container {float: left; margin: 50px 30px;}
#playground {display: block; width: 600px; height:600px; margin: 0 auto;}