skip to Main Content

Auto style text in flutter

I have use an API for Gemini AI, this AI sends me a text with stars and tags for format the text like this: **Knowledge and Information:** **Answer questions:** Provide factual information and knowledge on a wide range of topics.…

VIEW QUESTION

Html – Button style in Django

The button should be a small vertical rectangle and the top width should stick out a little. It should also be white before pressing and crimson after pressing. And when the pointer goes over this button, the text "Add" and…

VIEW QUESTION

Html – Doesn't apply media for ".nav__btn" class

please explain this problem; I wanna ".nav__btn" class display's be none where min-width: 768px; but it doesn't work --------------------Media Code------------------------ @media (min-width: 768px) { .nav__btn { display: none; } } -------------------------Styles Code----------------------- .nav__btn { width: 5.5rem; height: 5.5rem; display: flex;…

VIEW QUESTION
Back To Top
Search