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?
14 ответов
- 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
+ 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. 😉
+ 9
yes u can add ur code by using "+insert"
tap on 3dots > edit > click where u want to insert > +insert > insert code...😊
+ 6
Is this the code you're talking about ?
https://code.sololearn.com/WVehxsz37qvC/?ref=app
+ 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...
+ 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).
0
https://t.me/Coders_Crafters join our Teligram group for discussion about HTML 5 & CSS codes questions and many more
- 1
Yeah I was in website looking for that.
That counts for iOS too.
- 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?
- 1
@Visph
This drives me crazy
I still can't do it.
I just want to align them horizontally.
- 1
I dislike the people who will dislike, disliked and dislike my comments.
- 1
I dislike the last person, who disliked my last comment, too.
- 1
I dislike the last person, who disliked my last comment, too, again.
- 2
Btw how will I see the comments made on my code, I can't find it.