how to place last div into right top corner of partent div? (css)
- by Radek
can I somehow using css place the block2 in right top corner of block1?
Note that block2 must be the (very) last inside html code of block1 or it could be placed after block1. I cannot make it the first element in block1
<html>
<head>
<style type="text/css">
.block1 {color:red;width:100px;border:1px solid…