motsmeles/src/css/style.css

19 lines
656 B
CSS

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;
}
ul {list-style: none; float: left; margin: 100px 0 50px 0; line-height: 28px;}
ul li.validate {color: green; font-weight: bold; text-decoration : line-through;}
ul li.validate:before {content: '\2713 '; color: green; font-weight: bold;}
.canvas-container {float: left; margin: 100px 30px 30px 50px;}
#playground {background: url(feuille-de-papier.jpg) top left no-repeat; display: block; width: 600px; height:600px; margin: 0 auto;}