-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
41 lines (32 loc) · 1.41 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This project is a collection of my DailyUI 100 Day Challenge
Each day I will attempt a new daily Challenge
by patjcolon
Last Updated: 7/17/2023
Days:
=====
001: Create a sign up page
--------------------------
I created a sign up page for virtual arcade/casino site.
- Figuring out how to make my window aligned in the center was
a bit challenging, but I was able to make it work using containers
and setting the minimum sizes.
- I had trouble getting the background image to work as intended.
I had trouble getting it to apply to the background of the
bootstrap form container, but I was eventually able to get all
of it to work using classes and id's.
- I "wasted" a lot of time creating the background image. I know
spending as much time as I did designing that wasn't really
related to learning HTML/CSS, but I enjoyed it.
- I might actually create an Arcade/Casino Planet Arcadino some day!
I have a few games and a bit of infrastructure in place for it
in other Python projects I've created.
- I had to do a lot of research on various html/css skills in order
to get my final product. While I know I won't remember all of
it, I know it was great practice!
002: Credit Card Checkout
-------------------------
- Went easy on this one
- Took advice from online that I should not worry
about doing everything from scratch
- Mainly relied on bootstrap
- Took inspiration from Dribble post