Adding boxes (div) in html/css - html

I'm trying to add boxes with separate content in html/css. Like in this wireframe mockup: Wireframe Mockup. Newer to coding so appreciate the help!

May i suggest using drag and drop plugins from Wordpress.
Example could be Livecomposer. its very starter-friendly :)
OBS: This is just a quick-fix.
I still recommend you to read a bit about css and html

Related

How can I design UI in IONIC as shown in the image sample?

I am trying to design a UI as shown in the image but I am confused whether I should use ion-segment or tabs to design the same. Pls help me with this and also if possible pls provide CSS, I will be thankful!
Edit: I am able to design cards using grid but I want to design sidebar with functionality.
You could use CSS Grid properties to achieve such UI, it really makes our life easier. Learn. try and experiment the things. You'll be easily able to attain such UI.
I have attached some useful references below:
https://www.youtube.com/watch?v=jV8B24rSN5o
https://www.youtube.com/watch?v=9zBsdzdE4sM
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
https://css-tricks.com/snippets/css/complete-guide-grid/

CSS and html design for news feed like div

I'm trying to recreate this image below in html and css, but I'm not sure how to get the vertical line to stay underneath the icons. Any help would get me started.
Please visit this link to see image:
Have a look at Vertical timeline -
The code uses a bit of JQuery as well as CCS3 (not sure if that would be OK for you)

I have a layout I'm working on and I need help wrapping my head around where to get started

I'm working on a layout and instead of inserting an image, I wanted to try CSS. It seems like it's possible, but I don't know where to start. Everything is on a 20px grid, so what's the best way to line all of that up?
Here's a image to what I'm talking about.
Thank you!
You can use any grid systems available.
http://getbootstrap.com

Trouble with parallax scrolling

So I have this website in the works and the header image uses a parallax plugin. How can I make the nav bar with the links "Inspiration," "My Work," etc...move with the header image as you scroll down. Any help would be greatly appreciated.
(Sorry, I'm new to writing code for websites and yes I am using weebly and it can be terrible but it'll have to do. I am able to upload javascript files and link to them through CSS and HTML)
you need to use css. position: fixed. It would be more easier to help you if you posted your code.
add the following like of code to your css file in the header's styling section.
position: fixed
or check this tutorial for a complete tutorial
http://www.cssreset.com/creating-fixed-headers-with-css/
Regards
Shiva

How can I position my html elements in the layout I created with photoshop?

I created some graphic layouts by photoshop and made it the background for my website.
But I am clueless as to how I can put html elements in the right place. The problem is, the positions of html elements change by the size of the browser. How can I solve this problem? Any clues? Thanks in advance!
You need to learn CSS.
Be patient.
Be persistent.
Learn what IE versions baulk at what.
start here: http://www.youtube.com/watch?v=GwQMnpUsj8I
Once you understand the basics, check out grid systems like this: http://960.gs/
You must know how to use CSS specially the html elements positioning.
Positioning HTML Elements with Cascading Style Sheets
Positioning schemes
Also be careful with different browser because the display result may differ for every browser.