/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
CSS
7 replies
27 days old
last post: Feb 12, 2019
Return

CSS

1 Name: Anonymous : 2019-02-11 13:45
I made a little tool for my Dungeons&Dragons group that helps me as the game master to keep track of the passage of ingame time.
I am not a very able programmer, but I got the basic functions down, all accessible via a GUI and persistence made possible with simple txt files.
The thing is just a little window with a few buttons but it is really ugly.
I don't know much about css but I know that I could make it pretty with it.
Does someone here want to help me?
I am using java/fx.
2 Name: Anonymous : 2019-02-11 16:30
It's very easy to use it, if you only need simple styling and don't need to worry about cross browser support. Try reading Mozilla tutorials
https://developer.mozilla.org/en-US/docs/Web/CSS
I'm sure you'll understand it quickly as you already have experience in building GUI - CSS stylesheets are like widgets properties that are placed in separate configs.
3 Name: Anonymous : 2019-02-12 06:05
Simple CSS is not that hard.
Codeacademy is another good place to learn it.
4 Name: Anonymous : 2019-02-12 07:27
>>2
>>3
I will do my best. I'd hope I would find an easy way out here but seems like I have to dig in.
5 Name: Anonymous : 2019-02-12 07:37
>>2
>>3
I will do my best. I'd hope I would find an easy way out here but seems like I have to dig in.
6 Name: Anonymous : 2019-02-12 18:29
the most important thing to actually learn in CSS is the box-model. as soon as you understand how relative and absolute positioning works, tackle flexbox.
every complex thing is just nested simple things. think about the complex thing you want to build and how to divide it into simple things.
Divide et impera!
7 Name: Anonymous : 2019-03-11 08:52
>>6
Couldn't be more true! Well put, anon.

Return

Name:
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /