Posts by Rickkdinho • 21 points
3 posts
-
-2
votes1
answer35
viewsQ: How do I center a page loaded by onclick into a div?
I have the following form I want to load into a div @charset "UTF-8"; *{ padding: 0; margin: 0; } .form { display: flex; width: 50%; margin-left: 350px; } .campo { width: 40%; float: left; margin:…
-
0
votes1
answer40
viewsQ: create fixed top menu bar
I wanted to know how to create a fixed menu bar at the top, next to a side menu, that when scrolling the content div both the side menu and the top menu remain fixed. Follow html and template css.…
-
-1
votes1
answer34
viewsQ: Organizing fields of formulary
I am new in programming, I wanted to know how to organize the fields of my following form so that both the label and inputs are aligned, and that equal interest fields, such as (name and surname),…
htmlasked Rickkdinho 21