Css and html bounding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Css and html bounding

I can't get to bound css and html in website I wrote in code playground. Can someone please help?

3rd Jan 2018, 12:09 PM
SirDancealot
SirDancealot - avatar
14 Answers
- 2
I made it thanks everyone. Btw can you help me? I want to get the logo up of the prices. here it is: https://code.sololearn.com/WVehxsz37qvC/?ref=app
3rd Jan 2018, 12:08 PM
SirDancealot
SirDancealot - avatar
+ 10
If possible, please provide a Minimal, Complete, and Verifiable code @ Code Playground so we can help you to take a look on the code. 😉
3rd Jan 2018, 10:58 AM
Zephyr Koo
Zephyr Koo - avatar
+ 9
yes u can add ur code by using "+insert" tap on 3dots > edit > click where u want to insert > +insert > insert code...😊
3rd Jan 2018, 11:14 AM
🌛DT🌜
🌛DT🌜 - avatar
+ 6
Is this the code you're talking about ? https://code.sololearn.com/WVehxsz37qvC/?ref=app
3rd Jan 2018, 11:17 AM
Ekansh
+ 3
@SirDancealot wrote: <<I want to get the logo up of the prices>> + in the html: put the <img> inside the <div class="prices"> (swap lines) + in the css: maybe move line "padding-top: 35px;" from '.prices' to '.prices h4' rules @SirDancealot wrote: <<how will I see the comments made on my code>> up rigth corner of code playground interface, click on word "comments" ^^ only available in app' (at least android), not in web site...
3rd Jan 2018, 12:11 PM
visph
visph - avatar
+ 3
Firstly, I assumed "up of" was meaning "above" in your question... The css swap of rules depend on what you expect for the top-margin: without any css change (but the html change), the image element is displayed above the prices, but the top-margin is above the image, and the prices stick below it... with the suggested (maybe) css change, the margin is in between the image and the prices (and the image stick on top of display).
3rd Jan 2018, 12:33 PM
visph
visph - avatar
0
https://t.me/Coders_Crafters join our Teligram group for discussion about HTML 5 & CSS codes questions and many more
13th Oct 2023, 4:06 AM
Alison Pinto
Alison Pinto - avatar
- 1
Yeah I was in website looking for that. That counts for iOS too.
3rd Jan 2018, 12:14 PM
SirDancealot
SirDancealot - avatar
- 1
@Visph "+ in the css: maybe move line "padding-top: 35px;" from '.prices' to '.prices h4' rules" I tried this one but did't work is it something because of display method?
3rd Jan 2018, 12:26 PM
SirDancealot
SirDancealot - avatar
- 1
@Visph This drives me crazy I still can't do it. I just want to align them horizontally.
3rd Jan 2018, 1:05 PM
SirDancealot
SirDancealot - avatar
- 1
I dislike the people who will dislike, disliked and dislike my comments.
3rd Jan 2018, 5:50 PM
SirDancealot
SirDancealot - avatar
- 1
I dislike the last person, who disliked my last comment, too.
5th Jan 2018, 5:36 PM
SirDancealot
SirDancealot - avatar
- 1
I dislike the last person, who disliked my last comment, too, again.
6th Jan 2018, 10:49 AM
SirDancealot
SirDancealot - avatar
- 2
Btw how will I see the comments made on my code, I can't find it.
3rd Jan 2018, 11:41 AM
SirDancealot
SirDancealot - avatar