Help, section positioning using CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help, section positioning using CSS

Please help, I can't put the second section element in right corner, I use blue color, so we can see the position they have. Also, the text is in bottom, why? Please don't recommend float property. https://code.sololearn.com/WjL6dx1cSD09/?ref=app

13th Dec 2021, 6:23 AM
Jonathan P. Jundarino
Jonathan P. Jundarino - avatar
3 Answers
+ 1
.position-1{position:fixed; right:0;} Use this
13th Dec 2021, 9:24 AM
Ayush Kumar
Ayush Kumar - avatar
+ 1
丹ⓨㄩک廾 thanks so much, I now know why, I'm also annoyed by using bootstrap + my own css, for the reason that I duplicate the name of class, as always. Thanks for your contribution by giving +1 intelligence to me XD.
13th Dec 2021, 11:12 AM
Jonathan P. Jundarino
Jonathan P. Jundarino - avatar
+ 1
13th Dec 2021, 12:14 PM
Ayush Kumar
Ayush Kumar - avatar