How to aside any element on any position with the help of css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to aside any element on any position with the help of css

I have a Html LP in n which I want to add mobile number on particular location with responsive

27th Jun 2018, 7:13 PM
🔰Vinod🔰
🔰Vinod🔰 - avatar
1 Answer
0
You can use the aside once yeah. Floating your elements with the help of CSS helps and you can make use of the Class/Id element example <p class="telephone" <a href="https://www.example.com"/+212 356 765</a> and then call the function in the CSS sheet float: left/right or whatever
27th Jun 2018, 8:04 PM
Rex
Rex - avatar