-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevlog.txt
27 lines (14 loc) · 873 Bytes
/
devlog.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
25/08/2022
I start this project to give me confidence in doing thougher projects to me.
I created a new branch in git: semantic_html
I will follow the strategy to do semantic markup in the HTML.
I tried as much as I could to not use div and span.
I am now using GIMP to know the size of elements and how there are spaced.
After that, I will follow frontendmentor guidance and beginning with font in the css file
By analysing the layout with Gimp, I can better choose what kind of container and the tag associated should I use in HTML. And I can also see what kind of flex property I should use.
I created a new branch: css style
I begun with including font.
I formatted the font, now let's box and put some colors.
I did some centering. Almost done. only the shadow left.
I put the shadow and merged css_style with main.
README remaining and then project done.