SpeakEd | Open Community Platforms connecting Speakers to Community | Collaboration library
kandi X-RAY | SpeakEd Summary
kandi X-RAY | SpeakEd Summary
📣 An Open Community Platforms connecting Speakers to Community Leads while building their Portfolio
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of SpeakEd
SpeakEd Key Features
SpeakEd Examples and Code Snippets
Community Discussions
Trending Discussions on SpeakEd
QUESTION
I am trying to make an about page, I have text at the top and I want to have two images next to each other at the bottom, the problem I keep having is I can't figure out how to get them next to each other, they are at the bottom but they are on top of each other. I want them to be equal size both taking up 50% of the width of the Div box. I am a beginner at HTML and this is my first big project.
Here is my code
...ANSWER
Answered 2018-Apr-16 at 15:31You are having this issue because you assigned width: 60%
to each div and that makes more than 100% for both together. You have to make them 50% and instead of display:inline-block
, make them float:left
followed with a clear:both
. Try this code.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SpeakEd
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page