This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cardmaker/resources/cards/creator.css
T
2017-10-15 11:36:03 +02:00

29 lines
336 B
CSS

iframe {
width: 7cm;
height: 11cm;
display: block;
position: absolute;
top: 0;
right: 0;
border: none;
}
* {
margin: 0;
padding: 0;
}
form {
width: calc(100% - 9cm);
}
ul {
list-style-type: none;
margin: 0.5em;
}
ul li {
float: left;
margin: 0.6em;
margin-bottom: 0.1em;
}