Posts by Ozzott • 31 points
5 posts
- 
		0 votes1 answer53 viewsQ: *ngIf is rendering two blocksI am doing a validation of inputs, where if the user selects the X-bank, the account field will have at least 5 characters and at most 11, if you choose the Y-bank, the field will have at least 5… 
- 
		0 votes0 answers30 viewsQ: Responsive Footer with CSSI’m trying to make a footer that is always at the bottom of the page and that is responsive to the other items. But it only works on a page with a lot of content that takes up all the space, on… 
- 
		1 votes2 answers112 viewsQ: Dynamic CSS in backgorund-colorI am creating a grid of cards and each card can have up to three different background-color, is there any way to make this color dynamic? Instead of creating three identical classes in html, just… 
- 
		0 votes1 answer224 viewsQ: Help in Javascript contact list programI have to make a simple Javascript program that will show the user’s contact list and allow him to enter a new contact, as in the image below and the description of the problem is as follows: Each… 
- 
		0 votes0 answers103 viewsQ: Doubt program that copies from one file to another in C with functionsI have to do a C job that copies one file to another at release time (on linux using argc and argv). I’m not used to file manipulation, but here’s the code and it’s not working, what can I do to…