I admit, I'm not that good at CSS. Must be my lack of design skills. So I am trying to accomplish four small tasks.
- Move the time box (i.e '01:04' and '12:13') so it floats to the right top edge of the image?
- Move the description of the workout to display to the right of the image beneath the time box and the routineID?
- Allow the bottom border of class 'routine' to always be right beneath the image just like it is to the top of the image.
- keep class 'routine' the same size even if more text in description is added. I want every 'routine' to have the same width and height dimensions.
I have everything layed out here: http://jsfiddle.net/n2learning/xMsrN/
Sorry to be that annoying guy with four questions in one question. Any help is appreciated!
Here is an updated jsfiddle link: http://jsfiddle.net/n2learning/xMsrN/22/ Follow up questions and comments -
- The 'workout description' is still jacked up. Trying to get this to display beneath the top row, which includes the 'time' and 'ID'. The top row will also (eventually) include small image symbols.
- I just noticed that the image sizes are different. I tried modifying '.routineImage' to give it a width and height property, but doing that screwed things up. How/where do I standardize the size of each image? (the images are coming from youtube and other video sources)