First working version
This commit is contained in:
parent
8a6973fcb6
commit
baa592b81f
8 changed files with 192 additions and 51 deletions
|
@ -41,10 +41,30 @@ a {
|
|||
/******************* Header *******************/
|
||||
|
||||
#navbar {
|
||||
height: 2em;
|
||||
font-size: 2em;
|
||||
margin: 2rem 1rem;
|
||||
}
|
||||
|
||||
/******************* Footer *******************/
|
||||
|
||||
#footer {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
/******************* Container *******************/
|
||||
|
||||
.container {
|
||||
margin: 0 1em;
|
||||
}
|
||||
|
||||
/******************* Others *******************/
|
||||
|
||||
#my_canvas {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.cloud_words label:after {
|
||||
content: ': ';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue