ref: master
public/designs/templates/lefttopright/stylesheets/style.css
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
#boxes { width: 100%; height: 100%; } .box-4 { position: relative; float: right; width: 78.5%; max-height: 400px; overflow: hidden; margin-left: 1%; } .box-3 { width: 20.5%; height: 100%; min-height: 410px; position: relative; float: left; } .box-2 { position: relative; float: right; width: 20.5%; margin-top: 1%; } .box-1 { position: relative; float: right; width: 57%; margin: 1% 1% 0% 1%; } |