Skip to content

Commit

Permalink
block
Browse files Browse the repository at this point in the history
  • Loading branch information
serranoarevalo committed Jul 27, 2017
1 parent 3d80f9e commit 2d7be74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-inline-block-inline-block/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
width:200px;
height:200px;
border:2px solid black;
display: inline-block;
display: inline-block; /* block or inline or inline-block */
}
</style>
</head>
Expand Down

0 comments on commit 2d7be74

Please sign in to comment.